Searched refs:ContextLocation (Results 1 – 1 of 1) sorted by relevance
916 class ContextLocation : public PathDiagnosticLocation { class919 ContextLocation(const PathDiagnosticLocation &L, bool isdead = false) in ContextLocation() function in __anon9d1265590211::ContextLocation971 std::vector<ContextLocation> CLocs;972 typedef std::vector<ContextLocation>::iterator iterator;1132 ContextLocation &TopContextLoc = CLocs.back(); in addEdge()1153 CLocs.push_back(ContextLocation(CLoc, /*IsDead=*/true)); in addEdge()1158 CLocs.push_back(ContextLocation(CLoc, /*IsDead=*/IsPostJump)); in addEdge()