Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DProgramPoint.h76 PostAllocatorCallKind, enumerator
78 MaxPostStmtKind = PostAllocatorCallKind,
620 : StmtPoint(S, nullptr, PostAllocatorCallKind, L, Tag) {} in StmtPoint() argument
626 return Location.getKind() == PostAllocatorCallKind; in isKind()