Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGClass.cpp175 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 …]
DItaniumCXXABI.cpp1007 auto *ClassDecl = in emitVirtualObjectDelete() local
1209 auto *ClassDecl = in EmitTypeid() local
1275 auto *ClassDecl = in EmitDynamicCastToVoid() local
1306 const CXXRecordDecl *ClassDecl, in GetVirtualBaseClassOffset()
DCGVTables.cpp105 auto ClassDecl = ResultType->getPointeeType()->getAsCXXRecordDecl(); in PerformReturnAdjustment() local
DCGObjCGNU.cpp2160 ObjCInterfaceDecl *ClassDecl = in RegisterAlias() local
2179 ObjCInterfaceDecl *ClassDecl = in GenerateClass() local
DCGObjC.cpp73 const ObjCInterfaceDecl *ClassDecl = BoxingMethod->getClassInterface(); in EmitObjCBoxedExpr() local
DCGExpr.cpp267 auto *ClassDecl = cast<CXXRecordDecl>(RT->getDecl()); in pushTemporaryCleanup() local
DMicrosoftCXXABI.cpp1045 CodeGenFunction &CGF, Address This, const CXXRecordDecl *ClassDecl, in GetVirtualBaseClassOffset()
/external/clang/lib/Sema/
DSemaCUDA.cpp225 bool Sema::inferCUDATargetForImplicitSpecialMember(CXXRecordDecl *ClassDecl, in inferCUDATargetForImplicitSpecialMember()
409 const CXXRecordDecl *ClassDecl = DD->getParent(); in isEmptyCudaDestructor() local
DSemaDeclCXX.cpp1657 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 …]
DSemaObjCProperty.cpp198 ObjCContainerDecl *ClassDecl = cast<ObjCContainerDecl>(CurContext); in ActOnProperty() local
814 ObjCInterfaceDecl *ClassDecl, in DiagnosePropertyMismatchDeclInProtocols()
DSemaPseudoObject.cpp239 if (const CXXRecordDecl *ClassDecl = ty->getAsCXXRecordDecl()) in CanCaptureValue() local
DSemaExprObjC.cpp2684 if (ObjCInterfaceDecl *ClassDecl = CurMeth->getClassInterface()) { in BuildInstanceMessage() local
2727 ObjCInterfaceDecl *ClassDecl = nullptr; in BuildInstanceMessage() local
DSemaDeclObjC.cpp3706 Decl *ClassDecl = cast<Decl>(OCD); in ActOnAtEnd() local
4297 Decl *ClassDecl = cast<Decl>(OCD); in ActOnMethodDeclaration() local
DSemaCodeComplete.cpp4464 CXXRecordDecl *ClassDecl = Constructor->getParent(); in CodeCompleteConstructorInitializer() local
5771 if (ObjCInterfaceDecl *ClassDecl = CurMethod->getClassInterface()) in CodeCompleteObjCInstanceMessage() local
DSemaOverload.cpp7085 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in AddTypesConvertedFrom() local
7146 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in CollectVRQualifiers() local
DSemaInit.cpp4463 if (CXXRecordDecl *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) { in TryValueInitialization() local
DSemaChecking.cpp9459 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(RT->getDecl()); in CheckParmsForFunctionDef() local
/external/clang/lib/AST/
DDeclObjC.cpp225 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
DType.cpp1870 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/
DParseDeclCXX.cpp1836 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/
DRewriteModernObjC.cpp837 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
DRewriteObjC.cpp757 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/
DASTMatchFinder.cpp796 CXXRecordDecl *ClassDecl = getAsCXXRecordDeclOrPrimaryTemplate(TypeNode); in classIsDerivedFrom() local