Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp98 using CallWithEntry = typedef
100 using CallWithEntryStack = SmallVector<CallWithEntry, 6>;
1219 C.CallStack.push_back(CallWithEntry(P, C.getCurrentNode())); in generatePathDiagnosticsForNode()