Searched refs:ContextLocation (Results 1 – 1 of 1) sorted by relevance
910 class ContextLocation : public PathDiagnosticLocation { class913 ContextLocation(const PathDiagnosticLocation &L, bool isdead = false) in ContextLocation() function in __anone8e473810211::ContextLocation965 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()