Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h819 bool isWithinCall() const { return !pathStack.empty(); } in isWithinCall() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1162 bool VisitedEntireCall = C.PD->isWithinCall(); in generatePathDiagnosticsForNode()