Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp84 case CallEnterKind: in getProgramPointKindName()
138 case CallEnterKind: in getSourceLocation()
199 case ProgramPoint::CallEnterKind: in printJson()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h80 CallEnterKind, enumerator
642 : ProgramPoint(stmt, calleeCtx, CallEnterKind, callerCtx, nullptr) {} in CallEnter()
663 return Location.getKind() == CallEnterKind; in isKind()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp233 case ProgramPoint::CallEnterKind: in dispatchWorkItem()