Home
last modified time | relevance | path

Searched refs:getPointeeCXXRecordDecl (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp228 const CXXRecordDecl *Expected = Ty->getPointeeCXXRecordDecl(); in regionMatchesCXXRecordType()
269 const CXXRecordDecl *BaseDecl = BaseType->getPointeeCXXRecordDecl(); in evalDerivedToBase()
291 return SR->getSymbol()->getType()->getPointeeCXXRecordDecl(); in getCXXRecordType()
DExprEngineCallAndReturn.cpp145 const CXXRecordDecl *ExpectedClass = ExpectedTy->getPointeeCXXRecordDecl(); in adjustReturnValue()
146 const CXXRecordDecl *ActualClass = ActualTy->getPointeeCXXRecordDecl(); in adjustReturnValue()
/external/clang/lib/Index/
DIndexBody.cpp98 if (auto *CXXRD = BaseTy->getPointeeCXXRecordDecl()) in getRolesForRef()
/external/clang/lib/Sema/
DSemaCast.cpp752 const CXXRecordDecl *SrcPointeeRD = SrcType->getPointeeCXXRecordDecl(); in DiagnoseReinterpretUpDownCast()
762 const CXXRecordDecl *DestRD = DestType->getPointeeCXXRecordDecl(); in DiagnoseReinterpretUpDownCast()
/external/clang/lib/Analysis/
DConsumed.cpp162 if (const CXXRecordDecl *RD = QT->getPointeeCXXRecordDecl()) in isSetOnReadPtrType()
/external/clang/lib/AST/
DType.cpp1513 const CXXRecordDecl *Type::getPointeeCXXRecordDecl() const { in getPointeeCXXRecordDecl() function in Type
/external/clang/include/clang/AST/
DType.h1860 const CXXRecordDecl *getPointeeCXXRecordDecl() const;
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1161 const CXXRecordDecl *RD = ThisPtr->getPointeeCXXRecordDecl(); in getOrCreateInstanceMethodType()
DCGExprScalar.cpp1410 const CXXRecordDecl *DerivedClassDecl = DestTy->getPointeeCXXRecordDecl(); in VisitCastExpr()
DCGExpr.cpp873 auto Derived = CE->getSubExpr()->getType()->getPointeeCXXRecordDecl(); in EmitPointerWithAlignment()