Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h373 class LocationCheck : public StmtPoint {
375 LocationCheck() = default;
376 LocationCheck(const Stmt *S, const LocationContext *L, in LocationCheck() function
388 class PreLoad : public LocationCheck {
392 : LocationCheck(S, L, PreLoadKind, tag) {} in LocationCheck() function
402 class PreStore : public LocationCheck {
406 : LocationCheck(S, L, PreStoreKind, tag) {} in LocationCheck() function