/external/clang/lib/CodeGen/ |
D | CGClass.cpp | 61 CodeGenModule::GetNonVirtualBaseClassOffset(const CXXRecordDecl *ClassDecl, in GetNonVirtualBaseClassOffset() 396 const CXXRecordDecl *ClassDecl, in EmitBaseInitializer() 544 const CXXRecordDecl *ClassDecl, in EmitMemberInitializer() 712 const CXXRecordDecl *ClassDecl = in EmitAsanPrologueOrEpilogue() local 852 FieldMemcpyizer(CodeGenFunction &CGF, const CXXRecordDecl *ClassDecl, in FieldMemcpyizer() 943 const CXXRecordDecl *ClassDecl; member in __anonb56eef000311::FieldMemcpyizer 1227 const CXXRecordDecl *ClassDecl = CD->getParent(); in EmitCtorPrologue() local 1342 const CXXRecordDecl *ClassDecl = Dtor->getParent(); in CanSkipVTablePointerInitialization() local 1462 const CXXRecordDecl *ClassDecl = Dtor->getParent(); in Emit() local 1485 const CXXRecordDecl *ClassDecl = Dtor->getParent(); in Emit() local [all …]
|
D | CGObjCGNU.cpp | 2127 ObjCInterfaceDecl *ClassDecl = in RegisterAlias() local 2147 ObjCInterfaceDecl *ClassDecl = in GenerateClass() local
|
D | CGObjC.cpp | 73 const ObjCInterfaceDecl *ClassDecl = BoxingMethod->getClassInterface(); in EmitObjCBoxedExpr() local
|
D | ItaniumCXXABI.cpp | 1169 const CXXRecordDecl *ClassDecl, in GetVirtualBaseClassOffset()
|
D | CGExpr.cpp | 250 auto *ClassDecl = cast<CXXRecordDecl>(RT->getDecl()); in pushTemporaryCleanup() local
|
D | MicrosoftCXXABI.cpp | 949 CodeGenFunction &CGF, llvm::Value *This, const CXXRecordDecl *ClassDecl, in GetVirtualBaseClassOffset()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 1685 void Sema::ActOnBaseSpecifiers(Decl *ClassDecl, CXXBaseSpecifier **Bases, in ActOnBaseSpecifiers() 2767 CXXRecordDecl *ClassDecl, in FindBaseInitializer() 2847 explicit MemInitializerValidatorCCC(CXXRecordDecl *ClassDecl) in MemInitializerValidatorCCC() 2860 CXXRecordDecl *ClassDecl; member in __anoned96b9420311::MemInitializerValidatorCCC 2896 CXXRecordDecl *ClassDecl = Constructor->getParent(); in BuildMemInitializer() local 3152 CXXRecordDecl *ClassDecl) { in BuildDelegatingInitializer() 3208 Expr *Init, CXXRecordDecl *ClassDecl, in BuildBaseInitializer() 3914 CXXRecordDecl *ClassDecl = Constructor->getParent()->getDefinition(); in SetCtorInitializers() local 4114 const CXXRecordDecl *ClassDecl = Constructor->getParent(); in DiagnoseBaseOrMemInitializerOrder() local 4315 CXXRecordDecl *ClassDecl) { in MarkBaseAndMemberDestructorsReferenced() [all …]
|
D | SemaCUDA.cpp | 152 bool Sema::inferCUDATargetForImplicitSpecialMember(CXXRecordDecl *ClassDecl, in inferCUDATargetForImplicitSpecialMember()
|
D | SemaObjCProperty.cpp | 167 ObjCContainerDecl *ClassDecl = cast<ObjCContainerDecl>(CurContext); in ActOnProperty() local 751 ObjCInterfaceDecl *ClassDecl, in DiagnosePropertyMismatchDeclInProtocols()
|
D | SemaPseudoObject.cpp | 246 if (const CXXRecordDecl *ClassDecl = ty->getAsCXXRecordDecl()) in CanCaptureValue() local
|
D | SemaDeclObjC.cpp | 2610 Decl *ClassDecl = cast<Decl>(OCD); in ActOnAtEnd() local 3118 Decl *ClassDecl = cast<Decl>(OCD); in ActOnMethodDeclaration() local
|
D | SemaExprObjC.cpp | 2424 if (ObjCInterfaceDecl *ClassDecl = CurMeth->getClassInterface()) { in BuildInstanceMessage() local 2460 ObjCInterfaceDecl *ClassDecl = nullptr; in BuildInstanceMessage() local
|
D | SemaCodeComplete.cpp | 4378 CXXRecordDecl *ClassDecl = Constructor->getParent(); in CodeCompleteConstructorInitializer() local 5673 if (ObjCInterfaceDecl *ClassDecl = CurMethod->getClassInterface()) in CodeCompleteObjCInstanceMessage() local
|
D | SemaOverload.cpp | 6946 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in AddTypesConvertedFrom() local 7007 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in CollectVRQualifiers() local
|
D | SemaInit.cpp | 4148 if (CXXRecordDecl *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) { in TryValueInitialization() local
|
D | SemaChecking.cpp | 7810 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(RT->getDecl()); in CheckParmsForFunctionDef() local
|
/external/clang/lib/AST/ |
D | Type.cpp | 877 if (CXXRecordDecl *ClassDecl = dyn_cast<CXXRecordDecl>(Record->getDecl())) in isAggregateType() local 1011 if (CXXRecordDecl *ClassDecl in isCXX98PODType() local 1065 if (const CXXRecordDecl *ClassDecl = in isTrivialType() local 1126 if (const CXXRecordDecl *ClassDecl = in isTriviallyCopyableType() local 1187 if (const CXXRecordDecl *ClassDecl = in isLiteralType() local 1225 if (const CXXRecordDecl *ClassDecl = in isStandardLayoutType() local 1277 if (const CXXRecordDecl *ClassDecl = in isCXX11PODType() local
|
D | DeclObjC.cpp | 491 ObjCInterfaceDecl* ClassDecl = this; in lookupInstanceVariable() local 522 ObjCInterfaceDecl* ClassDecl = this; in lookupInheritedClass() local 554 const ObjCInterfaceDecl* ClassDecl = this; in lookupMethod() local
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 1784 void Parser::ParseBaseClause(Decl *ClassDecl) { in ParseBaseClause() 1824 BaseResult Parser::ParseBaseSpecifier(Decl *ClassDecl) { in ParseBaseSpecifier() 3444 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() 2664 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface(); in SynthMessageExpr() local 2768 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface(); in SynthMessageExpr() local 5659 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() 3281 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface(); in SynthMessageExpr() local 3385 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface(); in SynthMessageExpr() local 6728 ObjCInterfaceDecl *ClassDecl, in Write_category_t() 7425 ObjCInterfaceDecl *ClassDecl = IDecl->getClassInterface(); in RewriteObjCCategoryImplDecl() local 7509 ObjCInterfaceDecl *ClassDecl = IDecl->getClassInterface(); in RewriteCategorySetupInitHook() local
|
/external/clang/lib/ASTMatchers/ |
D | ASTMatchFinder.cpp | 812 CXXRecordDecl *ClassDecl = getAsCXXRecordDecl(TypeNode); in classIsDerivedFrom() local
|