Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp80 case PostAllocatorCallKind: in getProgramPointKindName()
130 case PostAllocatorCallKind: in getSourceLocation()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h76 PostAllocatorCallKind, enumerator
78 MaxPostStmtKind = PostAllocatorCallKind,
626 : StmtPoint(S, nullptr, PostAllocatorCallKind, L, Tag) {} in StmtPoint() argument
632 return Location.getKind() == PostAllocatorCallKind; in isKind()