/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 198 CodeGenModule::GetNonVirtualBaseClassOffset(const CXXRecordDecl *ClassDecl, in GetNonVirtualBaseClassOffset() 557 const CXXRecordDecl *ClassDecl, in EmitBaseInitializer() 630 const CXXRecordDecl *ClassDecl, in EmitMemberInitializer() 779 const CXXRecordDecl *ClassDecl = in EmitAsanPrologueOrEpilogue() local 917 FieldMemcpyizer(CodeGenFunction &CGF, const CXXRecordDecl *ClassDecl, in FieldMemcpyizer() 997 const CXXRecordDecl *ClassDecl; member in __anonda710d950311::FieldMemcpyizer 1276 const CXXRecordDecl *ClassDecl = CD->getParent(); in EmitCtorPrologue() local 1417 const CXXRecordDecl *ClassDecl = Dtor->getParent(); in CanSkipVTablePointerInitialization() local 1581 const CXXRecordDecl *ClassDecl = Dtor->getParent(); in Emit() local 1599 const CXXRecordDecl *ClassDecl = Dtor->getParent(); in EmitConditionalDtorDeleteCall() local [all …]
|
H A D | ItaniumCXXABI.cpp | 1213 auto *ClassDecl = in emitVirtualObjectDelete() local 1418 auto *ClassDecl = in EmitTypeid() local 1494 auto *ClassDecl = in EmitDynamicCastToVoid() local 1539 const CXXRecordDecl *ClassDecl, in GetVirtualBaseClassOffset()
|
H A D | CGVTables.cpp | 91 auto ClassDecl = ResultType->getPointeeType()->getAsCXXRecordDecl(); in PerformReturnAdjustment() local
|
H A D | CGObjCGNU.cpp | 3480 ObjCInterfaceDecl *ClassDecl = in RegisterAlias() local 3499 ObjCInterfaceDecl *ClassDecl = in GenerateClass() local
|
H A D | CGObjC.cpp | 83 const ObjCInterfaceDecl *ClassDecl = BoxingMethod->getClassInterface(); in EmitObjCBoxedExpr() local
|
H A D | MicrosoftCXXABI.cpp | 1069 CodeGenFunction &CGF, Address This, const CXXRecordDecl *ClassDecl, in GetVirtualBaseClassOffset()
|
H A D | CGCall.cpp | 1795 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) in MayDropFunctionReturn() local
|
H A D | CGExpr.cpp | 341 auto *ClassDecl = cast<CXXRecordDecl>(RT->getDecl()); in pushTemporaryCleanup() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 2869 void Sema::ActOnBaseSpecifiers(Decl *ClassDecl, in ActOnBaseSpecifiers() 4124 CXXRecordDecl *ClassDecl, in FindBaseInitializer() 4204 explicit MemInitializerValidatorCCC(CXXRecordDecl *ClassDecl) in MemInitializerValidatorCCC() 4221 CXXRecordDecl *ClassDecl; member in __anonb2dcaa771111::MemInitializerValidatorCCC 4226 ValueDecl *Sema::tryLookupCtorInitMemberDecl(CXXRecordDecl *ClassDecl, in tryLookupCtorInitMemberDecl() 4270 CXXRecordDecl *ClassDecl = Constructor->getParent(); in BuildMemInitializer() local 4512 CXXRecordDecl *ClassDecl) { in BuildDelegatingInitializer() 4575 Expr *Init, CXXRecordDecl *ClassDecl, in BuildBaseInitializer() 5199 CXXRecordDecl *ClassDecl = Constructor->getParent()->getDefinition(); in SetCtorInitializers() local 5413 const CXXRecordDecl *ClassDecl = Constructor->getParent(); in DiagnoseBaseOrMemInitializerOrder() local [all …]
|
H A D | SemaCUDA.cpp | 324 bool Sema::inferCUDATargetForImplicitSpecialMember(CXXRecordDecl *ClassDecl, in inferCUDATargetForImplicitSpecialMember() 519 const CXXRecordDecl *ClassDecl = DD->getParent(); in isEmptyCudaDestructor() local
|
H A D | SemaObjCProperty.cpp | 193 ObjCContainerDecl *ClassDecl = cast<ObjCContainerDecl>(CurContext); in ActOnProperty() local 839 ObjCInterfaceDecl *ClassDecl, in SelectPropertyForSynthesisFromProtocols()
|
H A D | SemaPseudoObject.cpp | 238 if (const CXXRecordDecl *ClassDecl = ty->getAsCXXRecordDecl()) in CanCaptureValue() local
|
H A D | SemaExprObjC.cpp | 2990 if (ObjCInterfaceDecl *ClassDecl = CurMeth->getClassInterface()) { in BuildInstanceMessage() local 3037 ObjCInterfaceDecl *ClassDecl = nullptr; in BuildInstanceMessage() local
|
H A D | SemaDeclObjC.cpp | 3989 Decl *ClassDecl = OCD; in ActOnAtEnd() local 4737 Decl *ClassDecl = cast<ObjCContainerDecl>(CurContext); in ActOnMethodDeclaration() local
|
H A D | SemaCodeComplete.cpp | 6824 CXXRecordDecl *ClassDecl = Constructor->getParent(); in CodeCompleteConstructorInitializer() local 8209 if (ObjCInterfaceDecl *ClassDecl = CurMethod->getClassInterface()) in CodeCompleteObjCInstanceMessage() local
|
H A D | SemaOverload.cpp | 8246 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in AddTypesConvertedFrom() local 8315 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in CollectVRQualifiers() local
|
H A D | SemaInit.cpp | 5181 if (CXXRecordDecl *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) { in TryValueInitialization() local
|
H A D | SemaChecking.cpp | 15860 if (CXXRecordDecl *ClassDecl = Param->getType()->getAsCXXRecordDecl()) { in CheckParmsForFunctionDef() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | Type.cpp | 94 const auto *ClassDecl = getTypePtr()->getPointeeCXXRecordDecl(); in mayBeDynamicClass() local 99 const auto *ClassDecl = getTypePtr()->getPointeeCXXRecordDecl(); in mayBeNotDynamicClass() local 2236 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(Record->getDecl())) in isAggregateType() local 2446 if (const auto *ClassDecl = in isCXX98PODType() local 2489 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) { in isTrivialType() local 2537 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) { in isTriviallyCopyableType() local 2671 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) in isLiteralType() local 2724 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) in isStandardLayoutType() local 2766 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) { in isCXX11PODType() local
|
H A D | DeclObjC.cpp | 261 if (const auto *ClassDecl = dyn_cast<ObjCInterfaceDecl>(this)) { in FindPropertyDeclaration() local 647 ObjCInterfaceDecl* ClassDecl = this; in lookupInstanceVariable() local 678 ObjCInterfaceDecl* ClassDecl = this; in lookupInheritedClass() local 710 const ObjCInterfaceDecl* ClassDecl = this; in lookupMethod() local 1422 const ObjCInterfaceDecl *ClassDecl = nullptr; in findPropertyDecl() local
|
H A D | ASTContext.cpp | 2765 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RD)) { in structHasUniqueObjectRepresentations() local
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 842 const ObjCInterfaceDecl *ClassDecl = D->getContainingInterface(); in getIvarAccessString() local 1061 void RewriteModernObjC::RewriteForwardClassEpilogue(ObjCInterfaceDecl *ClassDecl, in RewriteForwardClassEpilogue() 1382 void RewriteModernObjC::RewriteInterfaceDecl(ObjCInterfaceDecl *ClassDecl) { in RewriteInterfaceDecl() 3241 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface(); in SynthMessageExpr() local 3335 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface(); in SynthMessageExpr() local 6615 ObjCInterfaceDecl *ClassDecl, in Write_category_t() 7266 ObjCInterfaceDecl *ClassDecl = IDecl->getClassInterface(); in RewriteObjCCategoryImplDecl() local 7350 ObjCInterfaceDecl *ClassDecl = IDecl->getClassInterface(); in RewriteCategorySetupInitHook() local
|
H A D | RewriteObjC.cpp | 758 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface(); in getIvarAccessString() local 905 void RewriteObjC::RewriteForwardClassEpilogue(ObjCInterfaceDecl *ClassDecl, in RewriteForwardClassEpilogue() 1205 void RewriteObjC::RewriteInterfaceDecl(ObjCInterfaceDecl *ClassDecl) { in RewriteInterfaceDecl() 2668 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface(); in SynthMessageExpr() local 2761 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface(); in SynthMessageExpr() local 5618 ObjCInterfaceDecl *ClassDecl = IDecl->getClassInterface(); in RewriteObjCCategoryImplDecl() local
|
/openbsd-src/gnu/llvm/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 2180 void Parser::ParseBaseClause(Decl *ClassDecl) { in ParseBaseClause() 2220 BaseResult Parser::ParseBaseSpecifier(Decl *ClassDecl) { in ParseBaseSpecifier() 4121 Sema::ParsingClassState Parser::PushParsingClass(Decl *ClassDecl, in PushParsingClass()
|
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 1375 CXXRecordDecl *ClassDecl = getAsCXXRecordDeclOrPrimaryTemplate(TypeNode); in classIsDerivedFrom() local 1400 for (const ObjCInterfaceDecl *ClassDecl = Declaration->getSuperClass(); in objcClassIsDerivedFrom() local
|