Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DPathDiagnostic.h816 bool isWithinCall() const { return !pathStack.empty(); } in isWithinCall() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1151 bool VisitedEntireCall = C.PD->isWithinCall(); in generatePathDiagnosticsForNode()