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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp152 return LCM.find(&PD->getActivePath())->getSecond();
187 PathPieces &getActivePath() { return PD->getActivePath(); } function in class:__anon2334::PathDiagnosticConstruct
875 C.getActivePath().push_front(generateDiagForGotoOP(C, S, Start));
880 C.getActivePath().push_front(generateDiagForSwitchOP(C, Dst, Start));
889 C.getActivePath().push_front(
911 C.getActivePath().push_front(
921 C.getActivePath().push_front(generateDiagForBinaryOP(C, T, Src, Dst));
936 C.getActivePath().push_front(
945 C.getActivePath()
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h763 PathPieces &getActivePath() { function in class:clang::ento::PathDiagnostic
786 getActivePath().push_back(std::move(EndPiece));

Completed in 103 milliseconds