Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp74 case PostStoreKind: in getProgramPointKindName()
127 case PostStoreKind: in getSourceLocation()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h73 PostStoreKind, enumerator
443 : PostStmt(S, PostStoreKind, L, tag) { in PostStmt() argument
458 return Location.getKind() == PostStoreKind; in isKind()