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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp915 class ContextLocation : public PathDiagnosticLocation { class in namespace:__anon3626
918 ContextLocation(const PathDiagnosticLocation &L, bool isdead = false) function in class:__anon3626::ContextLocation
970 std::vector<ContextLocation> CLocs;
971 typedef std::vector<ContextLocation>::iterator iterator;
1131 ContextLocation &TopContextLoc = CLocs.back();
1152 CLocs.push_back(ContextLocation(CLoc, /*IsDead=*/true));
1157 CLocs.push_back(ContextLocation(CLoc, /*IsDead=*/IsPostJump));

Completed in 49 milliseconds