/external/clang/lib/CodeGen/ |
D | CGClass.cpp | 174 CodeGenModule::GetNonVirtualBaseClassOffset(const CXXRecordDecl *ClassDecl, in GetNonVirtualBaseClassOffset() 520 const CXXRecordDecl *ClassDecl, in EmitBaseInitializer() 695 const CXXRecordDecl *ClassDecl, in EmitMemberInitializer() 855 const CXXRecordDecl *ClassDecl = in EmitAsanPrologueOrEpilogue() local 994 FieldMemcpyizer(CodeGenFunction &CGF, const CXXRecordDecl *ClassDecl, in FieldMemcpyizer() 1071 const CXXRecordDecl *ClassDecl; member in __anonba83d5a10311::FieldMemcpyizer 1362 const CXXRecordDecl *ClassDecl = CD->getParent(); in EmitCtorPrologue() local 1490 const CXXRecordDecl *ClassDecl = Dtor->getParent(); in CanSkipVTablePointerInitialization() local 1623 const CXXRecordDecl *ClassDecl = Dtor->getParent(); in Emit() local 1646 const CXXRecordDecl *ClassDecl = Dtor->getParent(); in Emit() local [all …]
|
D | CGVTables.cpp | 105 auto ClassDecl = ResultType->getPointeeType()->getAsCXXRecordDecl(); in PerformReturnAdjustment() local
|
D | ItaniumCXXABI.cpp | 1014 auto *ClassDecl = in emitVirtualObjectDelete() local 1216 auto *ClassDecl = in EmitTypeid() local 1282 auto *ClassDecl = in EmitDynamicCastToVoid() local 1313 const CXXRecordDecl *ClassDecl, in GetVirtualBaseClassOffset()
|
D | CGObjCGNU.cpp | 2150 ObjCInterfaceDecl *ClassDecl = in RegisterAlias() local 2169 ObjCInterfaceDecl *ClassDecl = in GenerateClass() local
|
D | CGObjC.cpp | 73 const ObjCInterfaceDecl *ClassDecl = BoxingMethod->getClassInterface(); in EmitObjCBoxedExpr() local
|
D | CGExpr.cpp | 266 auto *ClassDecl = cast<CXXRecordDecl>(RT->getDecl()); in pushTemporaryCleanup() local
|
D | MicrosoftCXXABI.cpp | 1046 CodeGenFunction &CGF, Address This, const CXXRecordDecl *ClassDecl, in GetVirtualBaseClassOffset()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 1657 void Sema::ActOnBaseSpecifiers(Decl *ClassDecl, CXXBaseSpecifier **Bases, in ActOnBaseSpecifiers() 2744 CXXRecordDecl *ClassDecl, in FindBaseInitializer() 2825 explicit MemInitializerValidatorCCC(CXXRecordDecl *ClassDecl) in MemInitializerValidatorCCC() 2838 CXXRecordDecl *ClassDecl; member in __anon954874030311::MemInitializerValidatorCCC 2874 CXXRecordDecl *ClassDecl = Constructor->getParent(); in BuildMemInitializer() local 3135 CXXRecordDecl *ClassDecl) { in BuildDelegatingInitializer() 3191 Expr *Init, CXXRecordDecl *ClassDecl, in BuildBaseInitializer() 3898 CXXRecordDecl *ClassDecl = Constructor->getParent()->getDefinition(); in SetCtorInitializers() local 4098 const CXXRecordDecl *ClassDecl = Constructor->getParent(); in DiagnoseBaseOrMemInitializerOrder() local 4299 CXXRecordDecl *ClassDecl) { in MarkBaseAndMemberDestructorsReferenced() [all …]
|
D | SemaCUDA.cpp | 296 bool Sema::inferCUDATargetForImplicitSpecialMember(CXXRecordDecl *ClassDecl, in inferCUDATargetForImplicitSpecialMember()
|
D | SemaObjCProperty.cpp | 198 ObjCContainerDecl *ClassDecl = cast<ObjCContainerDecl>(CurContext); in ActOnProperty() local 805 ObjCInterfaceDecl *ClassDecl, in DiagnosePropertyMismatchDeclInProtocols()
|
D | SemaPseudoObject.cpp | 239 if (const CXXRecordDecl *ClassDecl = ty->getAsCXXRecordDecl()) in CanCaptureValue() local
|
D | SemaExprObjC.cpp | 2673 if (ObjCInterfaceDecl *ClassDecl = CurMeth->getClassInterface()) { in BuildInstanceMessage() local 2709 ObjCInterfaceDecl *ClassDecl = nullptr; in BuildInstanceMessage() local
|
D | SemaDeclObjC.cpp | 3558 Decl *ClassDecl = cast<Decl>(OCD); in ActOnAtEnd() local 4148 Decl *ClassDecl = cast<Decl>(OCD); in ActOnMethodDeclaration() local
|
D | SemaCodeComplete.cpp | 4444 CXXRecordDecl *ClassDecl = Constructor->getParent(); in CodeCompleteConstructorInitializer() local 5751 if (ObjCInterfaceDecl *ClassDecl = CurMethod->getClassInterface()) in CodeCompleteObjCInstanceMessage() local
|
D | SemaOverload.cpp | 7038 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in AddTypesConvertedFrom() local 7099 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in CollectVRQualifiers() local
|
D | SemaInit.cpp | 4337 if (CXXRecordDecl *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) { in TryValueInitialization() local
|
D | SemaChecking.cpp | 8428 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(RT->getDecl()); in CheckParmsForFunctionDef() local
|
/external/clang/lib/AST/ |
D | Type.cpp | 1864 if (CXXRecordDecl *ClassDecl = dyn_cast<CXXRecordDecl>(Record->getDecl())) in isAggregateType() local 2020 if (CXXRecordDecl *ClassDecl in isCXX98PODType() local 2074 if (const CXXRecordDecl *ClassDecl = in isTrivialType() local 2135 if (const CXXRecordDecl *ClassDecl = in isTriviallyCopyableType() local 2196 if (const CXXRecordDecl *ClassDecl = in isLiteralType() local 2234 if (const CXXRecordDecl *ClassDecl = in isStandardLayoutType() local 2286 if (const CXXRecordDecl *ClassDecl = in isCXX11PODType() local
|
D | DeclObjC.cpp | 205 if (const auto *ClassDecl = dyn_cast<ObjCInterfaceDecl>(this)) { in FindPropertyDeclaration() local 572 ObjCInterfaceDecl* ClassDecl = this; in lookupInstanceVariable() local 603 ObjCInterfaceDecl* ClassDecl = this; in lookupInheritedClass() local 635 const ObjCInterfaceDecl* ClassDecl = this; in lookupMethod() local 1232 const ObjCInterfaceDecl *ClassDecl = nullptr; in findPropertyDecl() local
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 1821 void Parser::ParseBaseClause(Decl *ClassDecl) { in ParseBaseClause() 1861 BaseResult Parser::ParseBaseSpecifier(Decl *ClassDecl) { in ParseBaseSpecifier() 3523 Parser::PushParsingClass(Decl *ClassDecl, bool NonNestedClass, in PushParsingClass()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 757 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface(); in getIvarAccessString() local 901 void RewriteObjC::RewriteForwardClassEpilogue(ObjCInterfaceDecl *ClassDecl, in RewriteForwardClassEpilogue() 1195 void RewriteObjC::RewriteInterfaceDecl(ObjCInterfaceDecl *ClassDecl) { in RewriteInterfaceDecl() 2665 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface(); in SynthMessageExpr() local 2762 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface(); in SynthMessageExpr() local 5644 ObjCInterfaceDecl *ClassDecl = IDecl->getClassInterface(); in RewriteObjCCategoryImplDecl() local
|
D | RewriteModernObjC.cpp | 847 const ObjCInterfaceDecl *ClassDecl = D->getContainingInterface(); in getIvarAccessString() local 1069 void RewriteModernObjC::RewriteForwardClassEpilogue(ObjCInterfaceDecl *ClassDecl, in RewriteForwardClassEpilogue() 1400 void RewriteModernObjC::RewriteInterfaceDecl(ObjCInterfaceDecl *ClassDecl) { in RewriteInterfaceDecl() 3273 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface(); in SynthMessageExpr() local 3371 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface(); in SynthMessageExpr() local 6705 ObjCInterfaceDecl *ClassDecl, in Write_category_t() 7402 ObjCInterfaceDecl *ClassDecl = IDecl->getClassInterface(); in RewriteObjCCategoryImplDecl() local 7486 ObjCInterfaceDecl *ClassDecl = IDecl->getClassInterface(); in RewriteCategorySetupInitHook() local
|
/external/clang/lib/ASTMatchers/ |
D | ASTMatchFinder.cpp | 803 CXXRecordDecl *ClassDecl = getAsCXXRecordDecl(TypeNode); in classIsDerivedFrom() local
|