HomeSort by relevance Sort by last modified time
    Searched refs:CXXThisRegion (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 303 void CXXThisRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
311 void CXXThisRegion::Profile(llvm::FoldingSetNodeID &ID) const {
312 CXXThisRegion::ProfileRegion(ID, ThisPointerTy, superRegion);
493 void CXXThisRegion::dumpToStream(raw_ostream &os) const {
1010 const CXXThisRegion*
    [all...]
SymbolManager.cpp 428 if (isa<CXXThisRegion>(MR))
RegionStore.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 897 /// CXXThisRegion - Represents the region for the implicit 'this' parameter
900 class CXXThisRegion : public TypedValueRegion {
902 CXXThisRegion(const PointerType *thisPointerTy,
    [all...]

Completed in 506 milliseconds