/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 196 CodeGenModule::GetNonVirtualBaseClassOffset(const CXXRecordDecl *ClassDecl, in GetNonVirtualBaseClassOffset() 558 const CXXRecordDecl *ClassDecl, in EmitBaseInitializer() 631 const CXXRecordDecl *ClassDecl, in EmitMemberInitializer() 780 const CXXRecordDecl *ClassDecl = in EmitAsanPrologueOrEpilogue() local 918 FieldMemcpyizer(CodeGenFunction &CGF, const CXXRecordDecl *ClassDecl, in FieldMemcpyizer() 998 const CXXRecordDecl *ClassDecl; member in __anonb72786c90311::FieldMemcpyizer 1285 const CXXRecordDecl *ClassDecl = CD->getParent(); in EmitCtorPrologue() local 1426 const CXXRecordDecl *ClassDecl = Dtor->getParent(); in CanSkipVTablePointerInitialization() local 1585 const CXXRecordDecl *ClassDecl = Dtor->getParent(); in Emit() local 1603 const CXXRecordDecl *ClassDecl = Dtor->getParent(); in EmitConditionalDtorDeleteCall() local [all …]
|
H A D | ItaniumCXXABI.cpp | 1250 auto *ClassDecl = in emitVirtualObjectDelete() local 1453 auto *ClassDecl = in EmitTypeid() local 1528 auto *ClassDecl = in EmitDynamicCastToVoid() local 1572 const CXXRecordDecl *ClassDecl, in GetVirtualBaseClassOffset()
|
H A D | CGVTables.cpp | 91 auto ClassDecl = ResultType->getPointeeType()->getAsCXXRecordDecl(); in PerformReturnAdjustment() local
|
H A D | CGObjCGNU.cpp | 3395 ObjCInterfaceDecl *ClassDecl = in RegisterAlias() local 3414 ObjCInterfaceDecl *ClassDecl = in GenerateClass() local
|
H A D | CGObjC.cpp | 80 const ObjCInterfaceDecl *ClassDecl = BoxingMethod->getClassInterface(); in EmitObjCBoxedExpr() local
|
H A D | MicrosoftCXXABI.cpp | 1049 CodeGenFunction &CGF, Address This, const CXXRecordDecl *ClassDecl, in GetVirtualBaseClassOffset()
|
H A D | CGCall.cpp | 1741 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) in MayDropFunctionReturn() local
|
H A D | CGExpr.cpp | 342 auto *ClassDecl = cast<CXXRecordDecl>(RT->getDecl()); in pushTemporaryCleanup() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 2795 void Sema::ActOnBaseSpecifiers(Decl *ClassDecl, in ActOnBaseSpecifiers() 4040 CXXRecordDecl *ClassDecl, in FindBaseInitializer() 4120 explicit MemInitializerValidatorCCC(CXXRecordDecl *ClassDecl) in MemInitializerValidatorCCC() 4137 CXXRecordDecl *ClassDecl; member in __anon26624a2b1111::MemInitializerValidatorCCC 4142 ValueDecl *Sema::tryLookupCtorInitMemberDecl(CXXRecordDecl *ClassDecl, in tryLookupCtorInitMemberDecl() 4185 CXXRecordDecl *ClassDecl = Constructor->getParent(); in BuildMemInitializer() local 4405 CXXRecordDecl *ClassDecl) { in BuildDelegatingInitializer() 4462 Expr *Init, CXXRecordDecl *ClassDecl, in BuildBaseInitializer() 5078 CXXRecordDecl *ClassDecl = Constructor->getParent()->getDefinition(); in SetCtorInitializers() local 5292 const CXXRecordDecl *ClassDecl = Constructor->getParent(); in DiagnoseBaseOrMemInitializerOrder() local [all …]
|
H A D | SemaCUDA.cpp | 319 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 | 2994 if (ObjCInterfaceDecl *ClassDecl = CurMeth->getClassInterface()) { in BuildInstanceMessage() local 3041 ObjCInterfaceDecl *ClassDecl = nullptr; in BuildInstanceMessage() local
|
H A D | SemaDeclObjC.cpp | 3973 Decl *ClassDecl = OCD; in ActOnAtEnd() local 4717 Decl *ClassDecl = cast<ObjCContainerDecl>(CurContext); in ActOnMethodDeclaration() local
|
H A D | SemaCodeComplete.cpp | 6283 CXXRecordDecl *ClassDecl = Constructor->getParent(); in CodeCompleteConstructorInitializer() local 7665 if (ObjCInterfaceDecl *ClassDecl = CurMethod->getClassInterface()) in CodeCompleteObjCInstanceMessage() local
|
H A D | SemaOverload.cpp | 8040 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in AddTypesConvertedFrom() local 8109 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in CollectVRQualifiers() local
|
H A D | SemaInit.cpp | 5124 if (CXXRecordDecl *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) { in TryValueInitialization() local
|
H A D | SemaChecking.cpp | 14161 if (CXXRecordDecl *ClassDecl = Param->getType()->getAsCXXRecordDecl()) { in CheckParmsForFunctionDef() local
|
/netbsd-src/external/apache2/llvm/dist/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 2185 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(Record->getDecl())) in isAggregateType() local 2381 if (const auto *ClassDecl = in isCXX98PODType() local 2424 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) { in isTrivialType() local 2470 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) { in isTriviallyCopyableType() local 2585 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) in isLiteralType() local 2638 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) in isStandardLayoutType() local 2680 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) { in isCXX11PODType() local
|
H A D | DeclObjC.cpp | 249 if (const auto *ClassDecl = dyn_cast<ObjCInterfaceDecl>(this)) { in FindPropertyDeclaration() local 631 ObjCInterfaceDecl* ClassDecl = this; in lookupInstanceVariable() local 662 ObjCInterfaceDecl* ClassDecl = this; in lookupInheritedClass() local 694 const ObjCInterfaceDecl* ClassDecl = this; in lookupMethod() local 1371 const ObjCInterfaceDecl *ClassDecl = nullptr; in findPropertyDecl() local
|
H A D | ASTContext.cpp | 2623 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RD)) in isStructEmpty() local 2636 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RD)) { in structHasUniqueObjectRepresentations() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 2065 void Parser::ParseBaseClause(Decl *ClassDecl) { in ParseBaseClause() 2105 BaseResult Parser::ParseBaseSpecifier(Decl *ClassDecl) { in ParseBaseSpecifier() 3933 Parser::PushParsingClass(Decl *ClassDecl, bool NonNestedClass, in PushParsingClass()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 841 const ObjCInterfaceDecl *ClassDecl = D->getContainingInterface(); in getIvarAccessString() local 1060 void RewriteModernObjC::RewriteForwardClassEpilogue(ObjCInterfaceDecl *ClassDecl, in RewriteForwardClassEpilogue() 1381 void RewriteModernObjC::RewriteInterfaceDecl(ObjCInterfaceDecl *ClassDecl) { in RewriteInterfaceDecl() 3240 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface(); in SynthMessageExpr() local 3339 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface(); in SynthMessageExpr() local 6626 ObjCInterfaceDecl *ClassDecl, in Write_category_t() 7277 ObjCInterfaceDecl *ClassDecl = IDecl->getClassInterface(); in RewriteObjCCategoryImplDecl() local 7361 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 2766 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface(); in SynthMessageExpr() local 5630 ObjCInterfaceDecl *ClassDecl = IDecl->getClassInterface(); in RewriteObjCCategoryImplDecl() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 1154 CXXRecordDecl *ClassDecl = getAsCXXRecordDeclOrPrimaryTemplate(TypeNode); in classIsDerivedFrom() local 1179 for (const ObjCInterfaceDecl *ClassDecl = Declaration->getSuperClass(); in objcClassIsDerivedFrom() local
|