Home
last modified time | relevance | path

Searched refs:getActivePath (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp164 return LCM.find(&PD->getActivePath())->getSecond(); in getLocationContextForActivePath()
199 PathPieces &getActivePath() { return PD->getActivePath(); } in getActivePath() function in __anon41f697930111::PathDiagnosticConstruct
886 C.getActivePath().push_front(generateDiagForGotoOP(C, S, Start)); in generateMinimalDiagForBlockEdge()
891 C.getActivePath().push_front(generateDiagForSwitchOP(C, Dst, Start)); in generateMinimalDiagForBlockEdge()
900 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge()
922 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge()
932 C.getActivePath().push_front(generateDiagForBinaryOP(C, T, Src, Dst)); in generateMinimalDiagForBlockEdge()
947 C.getActivePath().push_front( in generateMinimalDiagForBlockEdge()
955 C.getActivePath() in generateMinimalDiagForBlockEdge()
[all...]
/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h802 PathPieces &getActivePath() { in getActivePath() function
825 getActivePath().push_back(std::move(EndPiece)); in setEndOfPath()