Searched defs:LocationCheck (Results 1 – 2 of 2) sorted by relevance
| /external/clang/include/clang/Analysis/ |
| D | ProgramPoint.h | 343 LocationCheck() {} in LocationCheck() function 344 LocationCheck(const Stmt *S, const LocationContext *L, in LocationCheck() function 360 : LocationCheck(S, L, PreLoadKind, tag) {} in LocationCheck() function 374 : LocationCheck(S, L, PreStoreKind, tag) {} in LocationCheck() function
|
| /external/llvm-project/clang/include/clang/Analysis/ |
| D | ProgramPoint.h | 376 LocationCheck(const Stmt *S, const LocationContext *L, in LocationCheck() function 392 : LocationCheck(S, L, PreLoadKind, tag) {} in LocationCheck() function 406 : LocationCheck(S, L, PreStoreKind, tag) {} in LocationCheck() function
|