Home
last modified time | relevance | path

Searched defs:ClassDecl (Results 1 – 23 of 23) sorted by relevance

/external/clang/lib/CodeGen/
DCGClass.cpp174 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 …]
DCGVTables.cpp105 auto ClassDecl = ResultType->getPointeeType()->getAsCXXRecordDecl(); in PerformReturnAdjustment() local
DItaniumCXXABI.cpp1014 auto *ClassDecl = in emitVirtualObjectDelete() local
1216 auto *ClassDecl = in EmitTypeid() local
1282 auto *ClassDecl = in EmitDynamicCastToVoid() local
1313 const CXXRecordDecl *ClassDecl, in GetVirtualBaseClassOffset()
DCGObjCGNU.cpp2150 ObjCInterfaceDecl *ClassDecl = in RegisterAlias() local
2169 ObjCInterfaceDecl *ClassDecl = in GenerateClass() local
DCGObjC.cpp73 const ObjCInterfaceDecl *ClassDecl = BoxingMethod->getClassInterface(); in EmitObjCBoxedExpr() local
DCGExpr.cpp266 auto *ClassDecl = cast<CXXRecordDecl>(RT->getDecl()); in pushTemporaryCleanup() local
DMicrosoftCXXABI.cpp1046 CodeGenFunction &CGF, Address This, const CXXRecordDecl *ClassDecl, in GetVirtualBaseClassOffset()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp1657 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 …]
DSemaCUDA.cpp296 bool Sema::inferCUDATargetForImplicitSpecialMember(CXXRecordDecl *ClassDecl, in inferCUDATargetForImplicitSpecialMember()
DSemaObjCProperty.cpp198 ObjCContainerDecl *ClassDecl = cast<ObjCContainerDecl>(CurContext); in ActOnProperty() local
805 ObjCInterfaceDecl *ClassDecl, in DiagnosePropertyMismatchDeclInProtocols()
DSemaPseudoObject.cpp239 if (const CXXRecordDecl *ClassDecl = ty->getAsCXXRecordDecl()) in CanCaptureValue() local
DSemaExprObjC.cpp2673 if (ObjCInterfaceDecl *ClassDecl = CurMeth->getClassInterface()) { in BuildInstanceMessage() local
2709 ObjCInterfaceDecl *ClassDecl = nullptr; in BuildInstanceMessage() local
DSemaDeclObjC.cpp3558 Decl *ClassDecl = cast<Decl>(OCD); in ActOnAtEnd() local
4148 Decl *ClassDecl = cast<Decl>(OCD); in ActOnMethodDeclaration() local
DSemaCodeComplete.cpp4444 CXXRecordDecl *ClassDecl = Constructor->getParent(); in CodeCompleteConstructorInitializer() local
5751 if (ObjCInterfaceDecl *ClassDecl = CurMethod->getClassInterface()) in CodeCompleteObjCInstanceMessage() local
DSemaOverload.cpp7038 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in AddTypesConvertedFrom() local
7099 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in CollectVRQualifiers() local
DSemaInit.cpp4337 if (CXXRecordDecl *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) { in TryValueInitialization() local
DSemaChecking.cpp8428 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(RT->getDecl()); in CheckParmsForFunctionDef() local
/external/clang/lib/AST/
DType.cpp1864 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
DDeclObjC.cpp205 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/
DParseDeclCXX.cpp1821 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/
DRewriteObjC.cpp757 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
DRewriteModernObjC.cpp847 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/
DASTMatchFinder.cpp803 CXXRecordDecl *ClassDecl = getAsCXXRecordDecl(TypeNode); in classIsDerivedFrom() local