Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp96 case LoopExitKind: in getProgramPointKindName()
157 case LoopExitKind: in getSourceLocation()
215 case ProgramPoint::LoopExitKind: in printJson()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h88 LoopExitKind, enumerator
724 : ProgramPoint(LoopStmt, nullptr, LoopExitKind, LC) {} in LoopExit()
734 return Location.getKind() == LoopExitKind; in isKind()