Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGClass.cpp198 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 DItaniumCXXABI.cpp1213 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 DCGVTables.cpp91 auto ClassDecl = ResultType->getPointeeType()->getAsCXXRecordDecl(); in PerformReturnAdjustment() local
H A DCGObjCGNU.cpp3480 ObjCInterfaceDecl *ClassDecl = in RegisterAlias() local
3499 ObjCInterfaceDecl *ClassDecl = in GenerateClass() local
H A DCGObjC.cpp83 const ObjCInterfaceDecl *ClassDecl = BoxingMethod->getClassInterface(); in EmitObjCBoxedExpr() local
H A DMicrosoftCXXABI.cpp1069 CodeGenFunction &CGF, Address This, const CXXRecordDecl *ClassDecl, in GetVirtualBaseClassOffset()
H A DCGCall.cpp1795 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) in MayDropFunctionReturn() local
H A DCGExpr.cpp341 auto *ClassDecl = cast<CXXRecordDecl>(RT->getDecl()); in pushTemporaryCleanup() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp2869 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 DSemaCUDA.cpp324 bool Sema::inferCUDATargetForImplicitSpecialMember(CXXRecordDecl *ClassDecl, in inferCUDATargetForImplicitSpecialMember()
519 const CXXRecordDecl *ClassDecl = DD->getParent(); in isEmptyCudaDestructor() local
H A DSemaObjCProperty.cpp193 ObjCContainerDecl *ClassDecl = cast<ObjCContainerDecl>(CurContext); in ActOnProperty() local
839 ObjCInterfaceDecl *ClassDecl, in SelectPropertyForSynthesisFromProtocols()
H A DSemaPseudoObject.cpp238 if (const CXXRecordDecl *ClassDecl = ty->getAsCXXRecordDecl()) in CanCaptureValue() local
H A DSemaExprObjC.cpp2990 if (ObjCInterfaceDecl *ClassDecl = CurMeth->getClassInterface()) { in BuildInstanceMessage() local
3037 ObjCInterfaceDecl *ClassDecl = nullptr; in BuildInstanceMessage() local
H A DSemaDeclObjC.cpp3989 Decl *ClassDecl = OCD; in ActOnAtEnd() local
4737 Decl *ClassDecl = cast<ObjCContainerDecl>(CurContext); in ActOnMethodDeclaration() local
H A DSemaCodeComplete.cpp6824 CXXRecordDecl *ClassDecl = Constructor->getParent(); in CodeCompleteConstructorInitializer() local
8209 if (ObjCInterfaceDecl *ClassDecl = CurMethod->getClassInterface()) in CodeCompleteObjCInstanceMessage() local
H A DSemaOverload.cpp8246 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in AddTypesConvertedFrom() local
8315 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in CollectVRQualifiers() local
H A DSemaInit.cpp5181 if (CXXRecordDecl *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) { in TryValueInitialization() local
H A DSemaChecking.cpp15860 if (CXXRecordDecl *ClassDecl = Param->getType()->getAsCXXRecordDecl()) { in CheckParmsForFunctionDef() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp94 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 DDeclObjC.cpp261 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 DASTContext.cpp2765 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RD)) { in structHasUniqueObjectRepresentations() local
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp842 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 DRewriteObjC.cpp758 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 DParseDeclCXX.cpp2180 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 DASTMatchFinder.cpp1375 CXXRecordDecl *ClassDecl = getAsCXXRecordDeclOrPrimaryTemplate(TypeNode); in classIsDerivedFrom() local
1400 for (const ObjCInterfaceDecl *ClassDecl = Declaration->getSuperClass(); in objcClassIsDerivedFrom() local