/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | UsedDeclVisitor.h | 26 typedef EvaluatedExprVisitor<Derived> Inherited; typedef
|
H A D | SemaStmtAttr.cpp | 188 typedef ConstEvaluatedExprVisitor<CallExprFinder> Inherited; global() typedef in __anon2d70c9ea0211::CallExprFinder
|
H A D | SemaStmt.cpp | 873 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 D | Sema.cpp | 1692 typedef UsedDeclVisitor<DeferredDiagnosticsEmitter> Inherited; global() typedef in __anon19dac5870611::DeferredDiagnosticsEmitter
|
H A D | AnalysisBasedWarnings.cpp | 759 typedef ConstEvaluatedExprVisitor<ContainsReference> Inherited; typedef in __anon3adb0fcd0711::ContainsReference
|
H A D | SemaDeclCXX.cpp | 3787 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 D | SemaInit.cpp | 9893 if (auto Inherited = Constructor->getInheritedConstructor()) Diagnose() local
|
H A D | SemaExpr.cpp | 20822 typedef RecursiveASTVisitor<MarkReferencedDecls> Inherited; global() typedef in __anonf7f06b863211::MarkReferencedDecls 20857 typedef UsedDeclVisitor<EvaluatedExprMarker> Inherited; global() typedef in __anonf7f06b863311::EvaluatedExprMarker
|
H A D | SemaDecl.cpp | 12665 typedef EvaluatedExprVisitor<SelfReferenceChecker> Inherited; global() typedef in __anon365c711f1d11::SelfReferenceChecker
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ODRHash.cpp | 254 typedef ConstDeclVisitor<ODRDeclVisitor> Inherited; global() typedef in __anon4baa67ec0111::ODRDeclVisitor 821 typedef TypeVisitor<ODRTypeVisitor> Inherited; global() typedef in __anon4baa67ec0211::ODRTypeVisitor [all...] |
H A D | DeclCXX.cpp | 2673 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 D | ItaniumMangle.cpp | 927 FD = Inherited.getConstructor(); in mangleFunctionEncodingBareType() local 1679 if (auto Inherited = mangleUnqualifiedName() local
|
H A D | Expr.cpp | 3468 typedef ConstEvaluatedExprVisitor<SideEffectFinder> Inherited; global() typedef in __anon5b3ea8e20811::SideEffectFinder 3810 typedef ConstEvaluatedExprVisitor<NonTrivialCallFinder> Inherited; global() typedef in __anon5b3ea8e20911::NonTrivialCallFinder
|
H A D | ExprConstant.cpp | 5656 auto *Inherited = CD->getInheritedConstructor().getConstructor(); CheckConstexprFunction() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.cpp | 431 const auto *Inherited = CD->getInheritedConstructor().getConstructor(); CheckCallable() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclTemplate.h | 388 } else if (auto *Inherited = setInherited() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 1555 if (auto Inherited = D->getInheritedConstructor()) { VisitCXXConstructorDecl() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 1323 if (auto Inherited = CD->getInheritedConstructor()) BuildFunctionArgList() local
|
H A D | CGCall.cpp | 315 inheritingCtorHasParams(const InheritedConstructor & Inherited,CXXCtorType Type) inheritingCtorHasParams() argument 338 if (auto Inherited = CD->getInheritedConstructor()) arrangeCXXStructorDeclaration() local
|
H A D | CGClass.cpp | 2223 if (auto Inherited = D->getInheritedConstructor()) { EmitCXXConstructorCall() local
|