Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h70 PostStoreKind, enumerator
433 : PostStmt(S, PostStoreKind, L, tag) { in PostStmt() argument
448 return Location.getKind() == PostStoreKind; in isKind()