Home
last modified time | relevance | path

Searched defs:Inherited (Results 1 – 20 of 20) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DUsedDeclVisitor.h26 typedef EvaluatedExprVisitor<Derived> Inherited; typedef
H A DSemaStmtAttr.cpp188 typedef ConstEvaluatedExprVisitor<CallExprFinder> Inherited; global() typedef in __anon2d70c9ea0211::CallExprFinder
H A DSemaStmt.cpp873 typedef EvaluatedExprVisitor<CommaVisitor> Inherited; global() typedef in __anona8c5d3ef0a11::CommaVisitor
1753 typedef EvaluatedExprVisitor<DeclExtractor> Inherited; global() typedef in __anona8c5d3ef0d11::DeclExtractor
1834 typedef EvaluatedExprVisitor<DeclMatcher> Inherited; global() typedef in __anona8c5d3ef0d11::DeclMatcher
2010 typedef ConstEvaluatedExprVisitor<BreakContinueFinder> Inherited; global() typedef in __anona8c5d3ef0d11::BreakContinueFinder
H A DSema.cpp1692 typedef UsedDeclVisitor<DeferredDiagnosticsEmitter> Inherited; global() typedef in __anon19dac5870611::DeferredDiagnosticsEmitter
H A DAnalysisBasedWarnings.cpp759 typedef ConstEvaluatedExprVisitor<ContainsReference> Inherited; typedef in __anon3adb0fcd0711::ContainsReference
H A DSemaDeclCXX.cpp3787 typedef EvaluatedExprVisitor<UninitializedFieldVisitor> Inherited; global() typedef in __anon5bed44920f11::UninitializedFieldVisitor
7433 specialMemberIsConstexpr(Sema & S,CXXRecordDecl * ClassDecl,Sema::CXXSpecialMember CSM,unsigned Quals,bool ConstRHS,CXXConstructorDecl * InheritedCtor=nullptr,Sema::InheritedConstructorInfo * Inherited=nullptr) specialMemberIsConstexpr() argument
7468 defaultedSpecialMemberIsConstexpr(Sema & S,CXXRecordDecl * ClassDecl,Sema::CXXSpecialMember CSM,bool ConstArg,CXXConstructorDecl * InheritedCtor=nullptr,Sema::InheritedConstructorInfo * Inherited=nullptr) defaultedSpecialMemberIsConstexpr() argument
[all...]
H A DSemaInit.cpp9893 if (auto Inherited = Constructor->getInheritedConstructor()) Diagnose() local
H A DSemaExpr.cpp20822 typedef RecursiveASTVisitor<MarkReferencedDecls> Inherited; global() typedef in __anonf7f06b863211::MarkReferencedDecls
20857 typedef UsedDeclVisitor<EvaluatedExprMarker> Inherited; global() typedef in __anonf7f06b863311::EvaluatedExprMarker
H A DSemaDecl.cpp12665 typedef EvaluatedExprVisitor<SelfReferenceChecker> Inherited; global() typedef in __anon365c711f1d11::SelfReferenceChecker
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp254 typedef ConstDeclVisitor<ODRDeclVisitor> Inherited; global() typedef in __anon4baa67ec0111::ODRDeclVisitor
821 typedef TypeVisitor<ODRTypeVisitor> Inherited; global() typedef in __anon4baa67ec0211::ODRTypeVisitor
[all...]
H A DDeclCXX.cpp2673 CXXConstructorDecl(ASTContext & C,CXXRecordDecl * RD,SourceLocation StartLoc,const DeclarationNameInfo & NameInfo,QualType T,TypeSourceInfo * TInfo,ExplicitSpecifier ES,bool UsesFPIntrin,bool isInline,bool isImplicitlyDeclared,ConstexprSpecKind ConstexprKind,InheritedConstructor Inherited,Expr * TrailingRequiresClause) CXXConstructorDecl() argument
2713 Create(ASTContext & C,CXXRecordDecl * RD,SourceLocation StartLoc,const DeclarationNameInfo & NameInfo,QualType T,TypeSourceInfo * TInfo,ExplicitSpecifier ES,bool UsesFPIntrin,bool isInline,bool isImplicitlyDeclared,ConstexprSpecKind ConstexprKind,InheritedConstructor Inherited,Expr * TrailingRequiresClause) Create() argument
H A DItaniumMangle.cpp927 FD = Inherited.getConstructor(); in mangleFunctionEncodingBareType() local
1679 if (auto Inherited = mangleUnqualifiedName() local
H A DExpr.cpp3468 typedef ConstEvaluatedExprVisitor<SideEffectFinder> Inherited; global() typedef in __anon5b3ea8e20811::SideEffectFinder
3810 typedef ConstEvaluatedExprVisitor<NonTrivialCallFinder> Inherited; global() typedef in __anon5b3ea8e20911::NonTrivialCallFinder
H A DExprConstant.cpp5656 auto *Inherited = CD->getInheritedConstructor().getConstructor(); CheckConstexprFunction() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp431 const auto *Inherited = CD->getInheritedConstructor().getConstructor(); CheckCallable() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h388 } else if (auto *Inherited = setInherited() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1555 if (auto Inherited = D->getInheritedConstructor()) { VisitCXXConstructorDecl() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1323 if (auto Inherited = CD->getInheritedConstructor()) BuildFunctionArgList() local
H A DCGCall.cpp315 inheritingCtorHasParams(const InheritedConstructor & Inherited,CXXCtorType Type) inheritingCtorHasParams() argument
338 if (auto Inherited = CD->getInheritedConstructor()) arrangeCXXStructorDeclaration() local
H A DCGClass.cpp2223 if (auto Inherited = D->getInheritedConstructor()) { EmitCXXConstructorCall() local