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

/external/clang/include/clang/Analysis/
H A DProgramPoint.h341 class LocationCheck : public StmtPoint { class in namespace:clang
343 LocationCheck() {} function in class:clang::LocationCheck
344 LocationCheck(const Stmt *S, const LocationContext *L, function in class:clang::LocationCheck
356 class PreLoad : public LocationCheck {
360 : LocationCheck(S, L, PreLoadKind, tag) {}
370 class PreStore : public LocationCheck {
374 : LocationCheck(S, L, PreStoreKind, tag) {}

Completed in 301 milliseconds