Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h821 bool isWithinCall() const { return !pathStack.empty(); } in isWithinCall() function
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h766 bool isWithinCall() const { return !pathStack.empty(); } in isWithinCall() function
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp589 bool VisitedEntireCall = PD.isWithinCall(); in GenerateMinimalPathDiagnostic()
1441 bool VisitedEntireCall = PD.isWithinCall(); in GenerateExtensivePathDiagnostic()
1659 bool VisitedEntireCall = PD.isWithinCall(); in GenerateAlternateExtensivePathDiagnostic()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1149 bool VisitedEntireCall = C.PD->isWithinCall(); in generatePathDiagnosticsForNode()