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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp303 void CXXThisRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
311 void CXXThisRegion::Profile(llvm::FoldingSetNodeID &ID) const {
312 CXXThisRegion::ProfileRegion(ID, ThisPointerTy, superRegion);
484 void CXXThisRegion::dumpToStream(raw_ostream &os) const {
985 const CXXThisRegion*
992 return getSubRegion<CXXThisRegion>(PT, getStackArgumentsRegion(STC));
H A DSymbolManager.cpp433 if (isa<CXXThisRegion>(MR))
H A DRegionStore.cpp2236 // CXXThisRegion in the current or parent location context is live.
2237 if (const CXXThisRegion *TR = dyn_cast<CXXThisRegion>(baseR)) {
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h897 /// CXXThisRegion - Represents the region for the implicit 'this' parameter
900 class CXXThisRegion : public TypedValueRegion { class in namespace:clang::ento
902 CXXThisRegion(const PointerType *thisPointerTy, function in class:clang::ento::CXXThisRegion
1191 const CXXThisRegion *getCXXThisRegion(QualType thisPointerTy,

Completed in 113 milliseconds