Home
last modified time | relevance | path

Searched defs:isLocType (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp70 bool isLocType = Loc::isLocType(castTy); in evalCastFromNonLoc() local
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h291 static inline bool isLocType(QualType T) { in isLocType() function