/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | UsedDeclVisitor.h | 26 typedef EvaluatedExprVisitor<Derived> Inherited; typedef
|
H A D | SemaStmtAttr.cpp | 198 typedef ConstEvaluatedExprVisitor<CallExprFinder> Inherited; typedef in __anonefa40b980211::CallExprFinder
|
H A D | SemaStmt.cpp | 896 typedef EvaluatedExprVisitor<CommaVisitor> Inherited; typedef in __anon4f6f6e9d0a11::CommaVisitor 1776 typedef EvaluatedExprVisitor<DeclExtractor> Inherited; typedef in __anon4f6f6e9d0d11::DeclExtractor 1857 typedef EvaluatedExprVisitor<DeclMatcher> Inherited; typedef in __anon4f6f6e9d0d11::DeclMatcher 2033 typedef ConstEvaluatedExprVisitor<BreakContinueFinder> Inherited; typedef in __anon4f6f6e9d0d11::BreakContinueFinder
|
H A D | Sema.cpp | 1733 typedef UsedDeclVisitor<DeferredDiagnosticsEmitter> Inherited; typedef in __anon1db639350611::DeferredDiagnosticsEmitter
|
H A D | AnalysisBasedWarnings.cpp | 759 typedef ConstEvaluatedExprVisitor<ContainsReference> Inherited; typedef in __anon9476153b0711::ContainsReference
|
H A D | SemaDeclCXX.cpp | 3646 typedef EvaluatedExprVisitor<UninitializedFieldVisitor> Inherited; typedef in __anon42c808800f11::UninitializedFieldVisitor 7313 Sema::InheritedConstructorInfo *Inherited = nullptr) { in specialMemberIsConstexpr() 7348 Sema::InheritedConstructorInfo *Inherited = nullptr) { in defaultedSpecialMemberIsConstexpr()
|
H A D | SemaInit.cpp | 8926 if (auto Inherited = Constructor->getInheritedConstructor()) in Diagnose() local
|
H A D | SemaExpr.cpp | 19830 typedef RecursiveASTVisitor<MarkReferencedDecls> Inherited; typedef in __anon9e9a06343211::MarkReferencedDecls 19865 typedef UsedDeclVisitor<EvaluatedExprMarker> Inherited; typedef in __anon9e9a06343311::EvaluatedExprMarker
|
H A D | SemaDecl.cpp | 12464 typedef EvaluatedExprVisitor<SelfReferenceChecker> Inherited; typedef in __anondd060bcd1e11::SelfReferenceChecker
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ODRHash.cpp | 261 typedef ConstDeclVisitor<ODRDeclVisitor> Inherited; typedef in __anonb4317f1a0111::ODRDeclVisitor 834 typedef TypeVisitor<ODRTypeVisitor> Inherited; typedef in __anonb4317f1a0211::ODRTypeVisitor
|
H A D | DeclCXX.cpp | 2726 InheritedConstructor Inherited, Expr *TrailingRequiresClause) in CXXConstructorDecl() 2766 InheritedConstructor Inherited, Expr *TrailingRequiresClause) { in Create()
|
H A D | ItaniumMangle.cpp | 926 if (auto Inherited = CD->getInheritedConstructor()) in mangleFunctionEncodingBareType() local 1680 if (auto Inherited = in mangleUnqualifiedName() local
|
H A D | Expr.cpp | 3528 typedef ConstEvaluatedExprVisitor<SideEffectFinder> Inherited; typedef in __anonf6835ed00811::SideEffectFinder 3880 typedef ConstEvaluatedExprVisitor<NonTrivialCallFinder> Inherited; typedef in __anonf6835ed00911::NonTrivialCallFinder
|
H A D | ExprConstant.cpp | 5717 auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckConstexprFunction() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclTemplate.h | 369 } else if (auto *Inherited = in setInherited() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.cpp | 603 const auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckCallable() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 1598 if (auto Inherited = D->getInheritedConstructor()) { in VisitCXXConstructorDecl() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 1398 if (auto Inherited = CD->getInheritedConstructor()) in BuildFunctionArgList() local
|
H A D | CGCall.cpp | 326 const InheritedConstructor &Inherited, CXXCtorType Type) { in inheritingCtorHasParams() 349 if (auto Inherited = CD->getInheritedConstructor()) in arrangeCXXStructorDeclaration() local
|
H A D | CGClass.cpp | 2232 if (auto Inherited = D->getInheritedConstructor()) { in EmitCXXConstructorCall() local
|