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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h107 CXXThisRegionKind, enumerator in enum:clang::ento::MemRegion::Kind
904 : TypedValueRegion(sReg, CXXThisRegionKind), ThisPointerTy(thisPointerTy) {}
920 return R->getKind() == CXXThisRegionKind;
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp113 case MemRegion::CXXThisRegionKind:
H A DMemRegion.cpp306 ID.AddInteger((unsigned) CXXThisRegionKind);
1219 case CXXThisRegionKind:

Completed in 2019 milliseconds