Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h378 class LocationCheck : public StmtPoint {
380 LocationCheck() = default;
381 LocationCheck(const Stmt *S, const LocationContext *L, in LocationCheck() function
393 class PreLoad : public LocationCheck {
397 : LocationCheck(S, L, PreLoadKind, tag) {} in LocationCheck() function
407 class PreStore : public LocationCheck {
411 : LocationCheck(S, L, PreStoreKind, tag) {} in LocationCheck() function