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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp971 std::vector<ContextLocation> CLocs; member in class:__anon18256::EdgeBuilder
987 if (!CLocs.back().isDead() && CLocs.back().asLocation().isFileID()) {
989 rawAddEdge(cleanUpLocation(CLocs.back(), PDB.LC, true));
991 CLocs.pop_back();
1009 while (!CLocs.empty()) popLocation();
1021 while (!CLocs.empty())
1131 while (!CLocs.empty()) {
1132 ContextLocation &TopContextLoc = CLocs.back();
1153 CLocs
[all...]

Completed in 2516 milliseconds