Searched refs:CXXThisRegion (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h39 if (isa<CXXThisRegion>(S->getRegion()))
142 // TODO: Explain CXXThisRegion itself, find a way to test it.
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp299 void CXXThisRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
307 void CXXThisRegion::Profile(llvm::FoldingSetNodeID &ID) const {
308 CXXThisRegion::ProfileRegion(ID, ThisPointerTy, superRegion);
489 void CXXThisRegion::dumpToStream(raw_ostream &os) const {
1067 const CXXThisRegion*
1086 return getSubRegion<CXXThisRegion>(PT, getStackArgumentsRegion(STC));
H A DSymbolManager.cpp440 if (isa<CXXThisRegion>(MR))
H A DRegionStore.cpp2330 // CXXThisRegion in the current or parent location context is live.
2331 if (const CXXThisRegion *TR = dyn_cast<CXXThisRegion>(baseR)) {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h893 /// CXXThisRegion - Represents the region for the implicit 'this' parameter
896 class CXXThisRegion : public TypedValueRegion { class in namespace:clang::ento
898 CXXThisRegion(const PointerType *thisPointerTy, function in class:clang::ento::CXXThisRegion
1188 const CXXThisRegion *getCXXThisRegion(QualType thisPointerTy,

Completed in 170 milliseconds