Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DUsedDeclVisitor.h26 typedef EvaluatedExprVisitor<Derived> Inherited; typedef
H A DSemaStmtAttr.cpp198 typedef ConstEvaluatedExprVisitor<CallExprFinder> Inherited; typedef in __anonefa40b980211::CallExprFinder
H A DSemaStmt.cpp896 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 DSema.cpp1733 typedef UsedDeclVisitor<DeferredDiagnosticsEmitter> Inherited; typedef in __anon1db639350611::DeferredDiagnosticsEmitter
H A DAnalysisBasedWarnings.cpp759 typedef ConstEvaluatedExprVisitor<ContainsReference> Inherited; typedef in __anon9476153b0711::ContainsReference
H A DSemaDeclCXX.cpp3646 typedef EvaluatedExprVisitor<UninitializedFieldVisitor> Inherited; typedef in __anon42c808800f11::UninitializedFieldVisitor
7313 Sema::InheritedConstructorInfo *Inherited = nullptr) { in specialMemberIsConstexpr()
7348 Sema::InheritedConstructorInfo *Inherited = nullptr) { in defaultedSpecialMemberIsConstexpr()
H A DSemaInit.cpp8926 if (auto Inherited = Constructor->getInheritedConstructor()) in Diagnose() local
H A DSemaExpr.cpp19830 typedef RecursiveASTVisitor<MarkReferencedDecls> Inherited; typedef in __anon9e9a06343211::MarkReferencedDecls
19865 typedef UsedDeclVisitor<EvaluatedExprMarker> Inherited; typedef in __anon9e9a06343311::EvaluatedExprMarker
H A DSemaDecl.cpp12464 typedef EvaluatedExprVisitor<SelfReferenceChecker> Inherited; typedef in __anondd060bcd1e11::SelfReferenceChecker
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp261 typedef ConstDeclVisitor<ODRDeclVisitor> Inherited; typedef in __anonb4317f1a0111::ODRDeclVisitor
834 typedef TypeVisitor<ODRTypeVisitor> Inherited; typedef in __anonb4317f1a0211::ODRTypeVisitor
H A DDeclCXX.cpp2726 InheritedConstructor Inherited, Expr *TrailingRequiresClause) in CXXConstructorDecl()
2766 InheritedConstructor Inherited, Expr *TrailingRequiresClause) { in Create()
H A DItaniumMangle.cpp926 if (auto Inherited = CD->getInheritedConstructor()) in mangleFunctionEncodingBareType() local
1680 if (auto Inherited = in mangleUnqualifiedName() local
H A DExpr.cpp3528 typedef ConstEvaluatedExprVisitor<SideEffectFinder> Inherited; typedef in __anonf6835ed00811::SideEffectFinder
3880 typedef ConstEvaluatedExprVisitor<NonTrivialCallFinder> Inherited; typedef in __anonf6835ed00911::NonTrivialCallFinder
H A DExprConstant.cpp5717 auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckConstexprFunction() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h369 } else if (auto *Inherited = in setInherited() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp603 const auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckCallable() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1598 if (auto Inherited = D->getInheritedConstructor()) { in VisitCXXConstructorDecl() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1398 if (auto Inherited = CD->getInheritedConstructor()) in BuildFunctionArgList() local
H A DCGCall.cpp326 const InheritedConstructor &Inherited, CXXCtorType Type) { in inheritingCtorHasParams()
349 if (auto Inherited = CD->getInheritedConstructor()) in arrangeCXXStructorDeclaration() local
H A DCGClass.cpp2232 if (auto Inherited = D->getInheritedConstructor()) { in EmitCXXConstructorCall() local