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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp916 class ContextLocation : public PathDiagnosticLocation { class in namespace:__anon18256
919 ContextLocation(const PathDiagnosticLocation &L, bool isdead = false) function in class:__anon18256::ContextLocation
971 std::vector<ContextLocation> CLocs;
972 typedef std::vector<ContextLocation>::iterator iterator;
1132 ContextLocation &TopContextLoc = CLocs.back();
1153 CLocs.push_back(ContextLocation(CLoc, /*IsDead=*/true));
1158 CLocs.push_back(ContextLocation(CLoc, /*IsDead=*/IsPostJump));

Completed in 100 milliseconds