Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp239 const CXXRecordDecl *Expected = Ty->getPointeeCXXRecordDecl(); in regionMatchesCXXRecordType()
280 const CXXRecordDecl *BaseDecl = BaseType->getPointeeCXXRecordDecl(); in evalDerivedToBase()
DExprEngineCallAndReturn.cpp139 const CXXRecordDecl *ExpectedClass = ExpectedTy->getPointeeCXXRecordDecl(); in adjustReturnValue()
140 const CXXRecordDecl *ActualClass = ActualTy->getPointeeCXXRecordDecl(); in adjustReturnValue()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1225 const CXXRecordDecl *DerivedClassDecl = DestTy->getPointeeCXXRecordDecl(); in VisitCastExpr()
1243 E->getType()->getPointeeCXXRecordDecl(); in VisitCastExpr()
DCGDebugInfo.cpp990 const CXXRecordDecl *RD = ThisPtr->getPointeeCXXRecordDecl(); in getOrCreateInstanceMethodType()
/external/clang/lib/AST/
DType.cpp535 const CXXRecordDecl *Type::getPointeeCXXRecordDecl() const { in getPointeeCXXRecordDecl() function in Type
/external/clang/include/clang/AST/
DType.h1681 const CXXRecordDecl *getPointeeCXXRecordDecl() const;
/external/clang/lib/Sema/
DSemaDecl.cpp6200 RetType->getAsCXXRecordDecl() : RetType->getPointeeCXXRecordDecl(); in ActOnFunctionDeclarator()