Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h74 PostAllocatorCallKind, enumerator
76 MaxPostStmtKind = PostAllocatorCallKind,
618 : StmtPoint(S, nullptr, PostAllocatorCallKind, L, Tag) {} in StmtPoint() argument
624 return Location.getKind() == PostAllocatorCallKind; in isKind()