Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DProgramPoint.h318 class LocationCheck : public StmtPoint {
320 LocationCheck() {} in LocationCheck() function
321 LocationCheck(const Stmt *S, const LocationContext *L, in LocationCheck() function
333 class PreLoad : public LocationCheck {
337 : LocationCheck(S, L, PreLoadKind, tag) {} in LocationCheck() function
347 class PreStore : public LocationCheck {
351 : LocationCheck(S, L, PreStoreKind, tag) {} in LocationCheck() function