Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp771 class ContextLocation : public PathDiagnosticLocation { class
774 ContextLocation(const PathDiagnosticLocation &L, bool isdead = false) in ContextLocation() function in __anondf3e59880211::ContextLocation
782 std::vector<ContextLocation> CLocs;
783 typedef std::vector<ContextLocation>::iterator iterator;
977 ContextLocation &TopContextLoc = CLocs.back(); in addEdge()
997 CLocs.push_back(ContextLocation(CLoc, true)); in addEdge()