Home
last modified time | relevance | path

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

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