/external/clang/lib/CodeGen/ |
D | CGClass.cpp | 175 CodeGenModule::GetNonVirtualBaseClassOffset(const CXXRecordDecl *ClassDecl, in GetNonVirtualBaseClassOffset() 521 const CXXRecordDecl *ClassDecl, in EmitBaseInitializer() 696 const CXXRecordDecl *ClassDecl, in EmitMemberInitializer() 856 const CXXRecordDecl *ClassDecl = in EmitAsanPrologueOrEpilogue() local 995 FieldMemcpyizer(CodeGenFunction &CGF, const CXXRecordDecl *ClassDecl, in FieldMemcpyizer() 1072 const CXXRecordDecl *ClassDecl; member in __anon158eee2b0311::FieldMemcpyizer 1358 const CXXRecordDecl *ClassDecl = CD->getParent(); in EmitCtorPrologue() local 1486 const CXXRecordDecl *ClassDecl = Dtor->getParent(); in CanSkipVTablePointerInitialization() local 1620 const CXXRecordDecl *ClassDecl = Dtor->getParent(); in Emit() local 1644 const CXXRecordDecl *ClassDecl = Dtor->getParent(); in Emit() local [all …]
|
D | ItaniumCXXABI.cpp | 1007 auto *ClassDecl = in emitVirtualObjectDelete() local 1209 auto *ClassDecl = in EmitTypeid() local 1275 auto *ClassDecl = in EmitDynamicCastToVoid() local 1306 const CXXRecordDecl *ClassDecl, in GetVirtualBaseClassOffset()
|
D | CGVTables.cpp | 105 auto ClassDecl = ResultType->getPointeeType()->getAsCXXRecordDecl(); in PerformReturnAdjustment() local
|
D | CGObjCGNU.cpp | 2160 ObjCInterfaceDecl *ClassDecl = in RegisterAlias() local 2179 ObjCInterfaceDecl *ClassDecl = in GenerateClass() local
|
D | CGObjC.cpp | 73 const ObjCInterfaceDecl *ClassDecl = BoxingMethod->getClassInterface(); in EmitObjCBoxedExpr() local
|
D | CGExpr.cpp | 267 auto *ClassDecl = cast<CXXRecordDecl>(RT->getDecl()); in pushTemporaryCleanup() local
|
D | MicrosoftCXXABI.cpp | 1045 CodeGenFunction &CGF, Address This, const CXXRecordDecl *ClassDecl, in GetVirtualBaseClassOffset()
|
/external/clang/lib/Sema/ |
D | SemaCUDA.cpp | 225 bool Sema::inferCUDATargetForImplicitSpecialMember(CXXRecordDecl *ClassDecl, in inferCUDATargetForImplicitSpecialMember() 409 const CXXRecordDecl *ClassDecl = DD->getParent(); in isEmptyCudaDestructor() local
|
D | SemaDeclCXX.cpp | 1657 void Sema::ActOnBaseSpecifiers(Decl *ClassDecl, in ActOnBaseSpecifiers() 2747 CXXRecordDecl *ClassDecl, in FindBaseInitializer() 2828 explicit MemInitializerValidatorCCC(CXXRecordDecl *ClassDecl) in MemInitializerValidatorCCC() 2841 CXXRecordDecl *ClassDecl; member in __anon51b69dcd0311::MemInitializerValidatorCCC 2877 CXXRecordDecl *ClassDecl = Constructor->getParent(); in BuildMemInitializer() local 3138 CXXRecordDecl *ClassDecl) { in BuildDelegatingInitializer() 3194 Expr *Init, CXXRecordDecl *ClassDecl, in BuildBaseInitializer() 3874 CXXRecordDecl *ClassDecl = Constructor->getParent()->getDefinition(); in SetCtorInitializers() local 4074 const CXXRecordDecl *ClassDecl = Constructor->getParent(); in DiagnoseBaseOrMemInitializerOrder() local 4275 CXXRecordDecl *ClassDecl) { in MarkBaseAndMemberDestructorsReferenced() [all …]
|
D | SemaObjCProperty.cpp | 198 ObjCContainerDecl *ClassDecl = cast<ObjCContainerDecl>(CurContext); in ActOnProperty() local 814 ObjCInterfaceDecl *ClassDecl, in DiagnosePropertyMismatchDeclInProtocols()
|
D | SemaPseudoObject.cpp | 239 if (const CXXRecordDecl *ClassDecl = ty->getAsCXXRecordDecl()) in CanCaptureValue() local
|
D | SemaExprObjC.cpp | 2684 if (ObjCInterfaceDecl *ClassDecl = CurMeth->getClassInterface()) { in BuildInstanceMessage() local 2727 ObjCInterfaceDecl *ClassDecl = nullptr; in BuildInstanceMessage() local
|
D | SemaDeclObjC.cpp | 3706 Decl *ClassDecl = cast<Decl>(OCD); in ActOnAtEnd() local 4297 Decl *ClassDecl = cast<Decl>(OCD); in ActOnMethodDeclaration() local
|
D | SemaCodeComplete.cpp | 4464 CXXRecordDecl *ClassDecl = Constructor->getParent(); in CodeCompleteConstructorInitializer() local 5771 if (ObjCInterfaceDecl *ClassDecl = CurMethod->getClassInterface()) in CodeCompleteObjCInstanceMessage() local
|
D | SemaOverload.cpp | 7085 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in AddTypesConvertedFrom() local 7146 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in CollectVRQualifiers() local
|
D | SemaInit.cpp | 4463 if (CXXRecordDecl *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) { in TryValueInitialization() local
|
D | SemaChecking.cpp | 9459 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(RT->getDecl()); in CheckParmsForFunctionDef() local
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 225 if (const auto *ClassDecl = dyn_cast<ObjCInterfaceDecl>(this)) { in FindPropertyDeclaration() local 600 ObjCInterfaceDecl* ClassDecl = this; in lookupInstanceVariable() local 631 ObjCInterfaceDecl* ClassDecl = this; in lookupInheritedClass() local 663 const ObjCInterfaceDecl* ClassDecl = this; in lookupMethod() local 1270 const ObjCInterfaceDecl *ClassDecl = nullptr; in findPropertyDecl() local
|
D | Type.cpp | 1870 if (CXXRecordDecl *ClassDecl = dyn_cast<CXXRecordDecl>(Record->getDecl())) in isAggregateType() local 2026 if (CXXRecordDecl *ClassDecl in isCXX98PODType() local 2080 if (const CXXRecordDecl *ClassDecl = in isTrivialType() local 2141 if (const CXXRecordDecl *ClassDecl = in isTriviallyCopyableType() local 2202 if (const CXXRecordDecl *ClassDecl = in isLiteralType() local 2240 if (const CXXRecordDecl *ClassDecl = in isStandardLayoutType() local 2292 if (const CXXRecordDecl *ClassDecl = in isCXX11PODType() local
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 1836 void Parser::ParseBaseClause(Decl *ClassDecl) { in ParseBaseClause() 1876 BaseResult Parser::ParseBaseSpecifier(Decl *ClassDecl) { in ParseBaseSpecifier() 3548 Parser::PushParsingClass(Decl *ClassDecl, bool NonNestedClass, in PushParsingClass()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 837 const ObjCInterfaceDecl *ClassDecl = D->getContainingInterface(); in getIvarAccessString() local 1058 void RewriteModernObjC::RewriteForwardClassEpilogue(ObjCInterfaceDecl *ClassDecl, in RewriteForwardClassEpilogue() 1374 void RewriteModernObjC::RewriteInterfaceDecl(ObjCInterfaceDecl *ClassDecl) { in RewriteInterfaceDecl() 3240 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface(); in SynthMessageExpr() local 3338 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface(); in SynthMessageExpr() local 6627 ObjCInterfaceDecl *ClassDecl, in Write_category_t() 7277 ObjCInterfaceDecl *ClassDecl = IDecl->getClassInterface(); in RewriteObjCCategoryImplDecl() local 7361 ObjCInterfaceDecl *ClassDecl = IDecl->getClassInterface(); in RewriteCategorySetupInitHook() local
|
D | RewriteObjC.cpp | 757 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface(); in getIvarAccessString() local 901 void RewriteObjC::RewriteForwardClassEpilogue(ObjCInterfaceDecl *ClassDecl, in RewriteForwardClassEpilogue() 1196 void RewriteObjC::RewriteInterfaceDecl(ObjCInterfaceDecl *ClassDecl) { in RewriteInterfaceDecl() 2658 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface(); in SynthMessageExpr() local 2755 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface(); in SynthMessageExpr() local 5623 ObjCInterfaceDecl *ClassDecl = IDecl->getClassInterface(); in RewriteObjCCategoryImplDecl() local
|
/external/clang/lib/ASTMatchers/ |
D | ASTMatchFinder.cpp | 796 CXXRecordDecl *ClassDecl = getAsCXXRecordDeclOrPrimaryTemplate(TypeNode); in classIsDerivedFrom() local
|