Searched refs:ContextLocation (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp910 class ContextLocation : public PathDiagnosticLocation { class in namespace:__anon1687
913 ContextLocation(const PathDiagnosticLocation &L, bool isdead = false) function in class:__anon1687::ContextLocation
965 std::vector<ContextLocation> CLocs;
966 typedef std::vector<ContextLocation>::iterator iterator;
1126 ContextLocation &TopContextLoc = CLocs.back();
1147 CLocs.push_back(ContextLocation(CLoc, /*IsDead=*/true));
1152 CLocs.push_back(ContextLocation(CLoc, /*IsDead=*/IsPostJump));

Completed in 248 milliseconds