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.cpp142 const CXXRecordDecl *ExpectedClass = ExpectedTy->getPointeeCXXRecordDecl(); in adjustReturnValue()
143 const CXXRecordDecl *ActualClass = ActualTy->getPointeeCXXRecordDecl(); in adjustReturnValue()
/external/clang/lib/Sema/
DSemaCast.cpp751 const CXXRecordDecl *SrcPointeeRD = SrcType->getPointeeCXXRecordDecl(); in DiagnoseReinterpretUpDownCast()
761 const CXXRecordDecl *DestRD = DestType->getPointeeCXXRecordDecl(); in DiagnoseReinterpretUpDownCast()
DSemaDeclCXX.cpp9140 return (RT && RT->getPointeeCXXRecordDecl() == Derived) ? 2 : 1; in minParamsToInherit()
/external/clang/lib/Analysis/
DConsumed.cpp162 if (const CXXRecordDecl *RD = QT->getPointeeCXXRecordDecl()) in isSetOnReadPtrType()
/external/clang/lib/AST/
DType.cpp1507 const CXXRecordDecl *Type::getPointeeCXXRecordDecl() const { in getPointeeCXXRecordDecl() function in Type
/external/clang/include/clang/AST/
DType.h1836 const CXXRecordDecl *getPointeeCXXRecordDecl() const;
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1421 const CXXRecordDecl *DerivedClassDecl = DestTy->getPointeeCXXRecordDecl(); in VisitCastExpr()
DCGExpr.cpp847 auto Derived = CE->getSubExpr()->getType()->getPointeeCXXRecordDecl(); in EmitPointerWithAlignment()
DCGDebugInfo.cpp1079 const CXXRecordDecl *RD = ThisPtr->getPointeeCXXRecordDecl(); in getOrCreateInstanceMethodType()