Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp86 case CallExitBeginKind: in getProgramPointKindName()
142 case CallExitBeginKind: in getSourceLocation()
205 case ProgramPoint::CallExitBeginKind: in printJson()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h81 CallExitBeginKind, enumerator
680 : ProgramPoint(RS, CallExitBeginKind, L, nullptr) { } in CallExitBegin()
690 return Location.getKind() == CallExitBeginKind; in isKind()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp237 case ProgramPoint::CallExitBeginKind: in dispatchWorkItem()