Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DProgramPoint.h372 class LocationCheck : public StmtPoint {
374 LocationCheck() = default;
375 LocationCheck(const Stmt *S, const LocationContext *L, in LocationCheck() function
387 class PreLoad : public LocationCheck {
391 : LocationCheck(S, L, PreLoadKind, tag) {} in LocationCheck() function
401 class PreStore : public LocationCheck {
405 : LocationCheck(S, L, PreStoreKind, tag) {} in LocationCheck() function