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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h597 std::vector<PathDiagnosticLocationPair> LPairs; member in class:clang::ento::PathDiagnosticControlFlowPiece
604 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
610 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
616 assert(!LPairs.empty() &&
618 return LPairs[0].getStart();
622 assert(!LPairs.empty() &&
624 return LPairs[0].getEnd();
628 LPairs[0].setStart(L);
632 LPairs[0].setEnd(L);
635 void push_back(const PathDiagnosticLocationPair &X) { LPairs
[all...]

Completed in 169 milliseconds