Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp201 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
919 FieldMemcpyizer(CodeGenFunction &CGF, const CXXRecordDecl *ClassDecl, in FieldMemcpyizer()
999 const CXXRecordDecl *ClassDecl; member in __anon79f44e7e0311::FieldMemcpyizer
1278 const CXXRecordDecl *ClassDecl = CD->getParent(); in EmitCtorPrologue() local
1417 const CXXRecordDecl *ClassDecl = Dtor->getParent(); in CanSkipVTablePointerInitialization() local
1584 const CXXRecordDecl *ClassDecl = Dtor->getParent(); in Emit() local
1602 const CXXRecordDecl *ClassDecl = Dtor->getParent(); in EmitConditionalDtorDeleteCall() local
[all …]
H A DItaniumCXXABI.cpp1382 auto *ClassDecl = in emitVirtualObjectDelete() local
1594 auto *ClassDecl = in EmitTypeid() local
1751 auto *ClassDecl = in emitDynamicCastToVoid() local
1794 const CXXRecordDecl *ClassDecl, in GetVirtualBaseClassOffset()
H A DCGVTables.cpp92 auto ClassDecl = ResultType->getPointeeType()->getAsCXXRecordDecl(); in PerformReturnAdjustment() local
H A DCGObjCGNU.cpp3594 ObjCInterfaceDecl *ClassDecl = in RegisterAlias() local
3613 ObjCInterfaceDecl *ClassDecl = in GenerateClass() local
H A DCGObjC.cpp82 const ObjCInterfaceDecl *ClassDecl = BoxingMethod->getClassInterface(); in EmitObjCBoxedExpr() local
H A DMicrosoftCXXABI.cpp1073 CodeGenFunction &CGF, Address This, const CXXRecordDecl *ClassDecl, in GetVirtualBaseClassOffset()
H A DCGCall.cpp1801 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) in MayDropFunctionReturn() local
H A DCGExpr.cpp353 auto *ClassDecl = cast<CXXRecordDecl>(RT->getDecl()); in pushTemporaryCleanup() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp52 const CXXRecordDecl *ClassDecl) in DerefFuncDeleteExprVisitor()
55 DerefFuncDeleteExprVisitor(const CXXRecordDecl *ClassDecl) in DerefFuncDeleteExprVisitor()
120 const CXXRecordDecl *ClassDecl; member in __anonf2028dc30111::DerefFuncDeleteExprVisitor
H A DUncountedCallArgsChecker.cpp215 auto *ClassDecl = Decl->getParent(); in isMethodOnWTFContainerType() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp2935 void Sema::ActOnBaseSpecifiers(Decl *ClassDecl, in ActOnBaseSpecifiers() argument
4127 CXXRecordDecl *ClassDecl, in FindBaseInitializer() argument
4205 explicit MemInitializerValidatorCCC(CXXRecordDecl *ClassDecl) in MemInitializerValidatorCCC() argument
4222 CXXRecordDecl *ClassDecl; global() member in __anon42c808801011::MemInitializerValidatorCCC
4228 DiagRedefinedPlaceholderFieldDecl(SourceLocation Loc,RecordDecl * ClassDecl,const IdentifierInfo * Name) DiagRedefinedPlaceholderFieldDecl() argument
4252 tryLookupUnambiguousFieldDecl(RecordDecl * ClassDecl,const IdentifierInfo * MemberOrBase) tryLookupUnambiguousFieldDecl() argument
4271 tryLookupCtorInitMemberDecl(CXXRecordDecl * ClassDecl,CXXScopeSpec & SS,ParsedType TemplateTypeTy,IdentifierInfo * MemberOrBase) tryLookupCtorInitMemberDecl() argument
4311 CXXRecordDecl *ClassDecl = Constructor->getParent(); BuildMemInitializer() local
4558 BuildDelegatingInitializer(TypeSourceInfo * TInfo,Expr * Init,CXXRecordDecl * ClassDecl) BuildDelegatingInitializer() argument
4621 BuildBaseInitializer(QualType BaseType,TypeSourceInfo * BaseTInfo,Expr * Init,CXXRecordDecl * ClassDecl,SourceLocation EllipsisLoc) BuildBaseInitializer() argument
5245 CXXRecordDecl *ClassDecl = Constructor->getParent()->getDefinition(); SetCtorInitializers() local
5459 const CXXRecordDecl *ClassDecl = Constructor->getParent(); DiagnoseBaseOrMemInitializerOrder() local
5697 MarkBaseAndMemberDestructorsReferenced(SourceLocation Location,CXXRecordDecl * ClassDecl) MarkBaseAndMemberDestructorsReferenced() argument
5801 MarkVirtualBaseDestructorsReferenced(SourceLocation Location,CXXRecordDecl * ClassDecl,llvm::SmallPtrSetImpl<const RecordType * > * DirectVirtualBases) MarkVirtualBaseDestructorsReferenced() argument
5846 if (CXXRecordDecl *ClassDecl = Constructor->getParent(); ActOnDefaultCtorInitializers() local
7311 specialMemberIsConstexpr(Sema & S,CXXRecordDecl * ClassDecl,CXXSpecialMemberKind CSM,unsigned Quals,bool ConstRHS,CXXConstructorDecl * InheritedCtor=nullptr,Sema::InheritedConstructorInfo * Inherited=nullptr) specialMemberIsConstexpr() argument
7346 defaultedSpecialMemberIsConstexpr(Sema & S,CXXRecordDecl * ClassDecl,CXXSpecialMemberKind CSM,bool ConstArg,CXXConstructorDecl * InheritedCtor=nullptr,Sema::InheritedConstructorInfo * Inherited=nullptr) defaultedSpecialMemberIsConstexpr() argument
10503 AddImplicitlyDeclaredMembersToClass(CXXRecordDecl * ClassDecl) AddImplicitlyDeclaredMembersToClass() argument
10809 CXXRecordDecl *ClassDecl CheckConstructor() local
11181 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(Conversion->getDeclContext()); ActOnConversionDeclarator() local
13701 CXXRecordDecl *ClassDecl = MD->getParent(); ComputeDefaultedSpecialMemberExceptionSpec() local
13827 DeclareImplicitDefaultConstructor(CXXRecordDecl * ClassDecl) DeclareImplicitDefaultConstructor() argument
13900 CXXRecordDecl *ClassDecl = Constructor->getParent(); DefineImplicitDefaultConstructor() local
14037 CXXRecordDecl *ClassDecl = Constructor->getParent(); DefineInheritingConstructor() local
14116 DeclareImplicitDestructor(CXXRecordDecl * ClassDecl) DeclareImplicitDestructor() argument
14192 CXXRecordDecl *ClassDecl = Destructor->getParent(); DefineImplicitDestructor() local
14230 CXXRecordDecl *ClassDecl = Destructor->getParent(); CheckCompleteDestructorVariant() local
14551 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(RecordTy->getDecl()); buildSingleCopyAssignRecursively() local
14744 DeclareImplicitCopyAssignment(CXXRecordDecl * ClassDecl) DeclareImplicitCopyAssignment() argument
14890 CXXRecordDecl *ClassDecl = CopyAssignOperator->getParent(); DefineImplicitCopyAssignment() local
15101 DeclareImplicitMoveAssignment(CXXRecordDecl * ClassDecl) DeclareImplicitMoveAssignment() argument
15275 CXXRecordDecl *ClassDecl = MoveAssignOperator->getParent(); DefineImplicitMoveAssignment() local
15492 DeclareImplicitCopyConstructor(CXXRecordDecl * ClassDecl) DeclareImplicitCopyConstructor() argument
15603 CXXRecordDecl *ClassDecl = CopyConstructor->getParent(); DefineImplicitCopyConstructor() local
15643 DeclareImplicitMoveConstructor(CXXRecordDecl * ClassDecl) DeclareImplicitMoveConstructor() argument
15742 CXXRecordDecl *ClassDecl = MoveConstructor->getParent(); DefineImplicitMoveConstructor() local
16011 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(Record->getDecl()); FinalizeVarWithDestructor() local
[all...]
H A DSemaCUDA.cpp372 bool SemaCUDA::inferTargetForImplicitSpecialMember(CXXRecordDecl *ClassDecl, in inferTargetForImplicitSpecialMember()
570 const CXXRecordDecl *ClassDecl = DD->getParent(); in isEmptyDestructor() local
H A DSemaObjCProperty.cpp193 ObjCContainerDecl *ClassDecl = cast<ObjCContainerDecl>(SemaRef.CurContext); in ActOnProperty() local
824 ObjCInterfaceDecl *ClassDecl, in SelectPropertyForSynthesisFromProtocols()
H A DSemaPseudoObject.cpp245 if (const CXXRecordDecl *ClassDecl = ty->getAsCXXRecordDecl()) in CanCaptureValue() local
H A DSemaExprObjC.cpp2999 if (ObjCInterfaceDecl *ClassDecl = CurMeth->getClassInterface()) { in BuildInstanceMessage() local
3045 ObjCInterfaceDecl *ClassDecl = nullptr; in BuildInstanceMessage() local
H A DSemaDeclObjC.cpp3993 Decl *ClassDecl = OCD; in ActOnAtEnd() local
4745 Decl *ClassDecl = cast<ObjCContainerDecl>(SemaRef.CurContext); in ActOnMethodDeclaration() local
H A DSemaCodeComplete.cpp6971 CXXRecordDecl *ClassDecl = Constructor->getParent(); in CodeCompleteConstructorInitializer() local
8377 if (ObjCInterfaceDecl *ClassDecl = CurMethod->getClassInterface()) in CodeCompleteObjCInstanceMessage() local
H A DSemaOverload.cpp8629 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in AddTypesConvertedFrom() local
8698 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in CollectVRQualifiers() local
H A DSemaInit.cpp5459 if (CXXRecordDecl *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) { in TryValueInitialization() local
H A DSemaChecking.cpp12745 if (CXXRecordDecl *ClassDecl = Param->getType()->getAsCXXRecordDecl()) { in CheckParmsForFunctionDef() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp262 if (const auto *ClassDecl = dyn_cast<ObjCInterfaceDecl>(this)) { in FindPropertyDeclaration() local
646 ObjCInterfaceDecl* ClassDecl = this; in lookupInstanceVariable() local
677 ObjCInterfaceDecl* ClassDecl = this; in lookupInheritedClass() local
709 const ObjCInterfaceDecl* ClassDecl = this; in lookupMethod() local
1422 const ObjCInterfaceDecl *ClassDecl = nullptr; in findPropertyDecl() local
H A DType.cpp96 const auto *ClassDecl = getTypePtr()->getPointeeCXXRecordDecl(); in mayBeDynamicClass() local
101 const auto *ClassDecl = getTypePtr()->getPointeeCXXRecordDecl(); in mayBeNotDynamicClass() local
2340 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(Record->getDecl())) in isAggregateType() local
2641 if (const auto *ClassDecl = in isCXX98PODType() local
2684 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) { in isTrivialType() local
2735 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) { in isTriviallyCopyableTypeImpl() local
2936 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) in isLiteralType() local
2989 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) in isStandardLayoutType() local
3031 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) { in isCXX11PODType() local
H A DASTContext.cpp2776 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RD)) { in structHasUniqueObjectRepresentations() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp841 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
3334 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface(); in SynthMessageExpr() local
6612 ObjCInterfaceDecl *ClassDecl, in Write_category_t()
7263 ObjCInterfaceDecl *ClassDecl = IDecl->getClassInterface(); in RewriteObjCCategoryImplDecl() local
7347 ObjCInterfaceDecl *ClassDecl = IDecl->getClassInterface(); in RewriteCategorySetupInitHook() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2385 void Parser::ParseBaseClause(Decl *ClassDecl) { in ParseBaseClause()
2425 BaseResult Parser::ParseBaseSpecifier(Decl *ClassDecl) { in ParseBaseSpecifier()
4389 Sema::ParsingClassState Parser::PushParsingClass(Decl *ClassDecl, in PushParsingClass()