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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h291 static inline bool isLocType(QualType T) { function in class:clang::ento::Loc
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp70 bool isLocType = Loc::isLocType(castTy); local
73 if (isLocType)
95 if (!isLocType)
112 if (!isLocType && !castTy->isIntegralOrEnumerationType())
118 if (isLocType)
132 if (Loc::isLocType(castTy) || castTy->isReferenceType())

Completed in 87 milliseconds