Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DUsedDeclVisitor.h26 typedef EvaluatedExprVisitor<Derived> Inherited; typedef
H A DSemaStmtAttr.cpp181 typedef ConstEvaluatedExprVisitor<CallExprFinder> Inherited; typedef in __anon468682a30211::CallExprFinder
H A DSemaStmt.cpp849 typedef EvaluatedExprVisitor<CommaVisitor> Inherited; typedef in __anon895218280a11::CommaVisitor
1705 typedef EvaluatedExprVisitor<DeclExtractor> Inherited; typedef in __anon895218280d11::DeclExtractor
1786 typedef EvaluatedExprVisitor<DeclMatcher> Inherited; typedef in __anon895218280d11::DeclMatcher
1962 typedef ConstEvaluatedExprVisitor<BreakContinueFinder> Inherited; typedef in __anon895218280d11::BreakContinueFinder
H A DSema.cpp1545 typedef UsedDeclVisitor<DeferredDiagnosticsEmitter> Inherited; typedef in __anon4163d5400411::DeferredDiagnosticsEmitter
H A DAnalysisBasedWarnings.cpp732 typedef ConstEvaluatedExprVisitor<ContainsReference> Inherited; typedef in __anondf82a8a60711::ContainsReference
H A DSemaDeclCXX.cpp3554 typedef EvaluatedExprVisitor<UninitializedFieldVisitor> Inherited; typedef in __anon26624a2b1011::UninitializedFieldVisitor
7075 Sema::InheritedConstructorInfo *Inherited = nullptr) { in specialMemberIsConstexpr()
7105 Sema::InheritedConstructorInfo *Inherited = nullptr) { in defaultedSpecialMemberIsConstexpr()
H A DSemaInit.cpp9304 if (auto Inherited = Constructor->getInheritedConstructor()) in Diagnose() local
H A DSemaExpr.cpp18619 typedef RecursiveASTVisitor<MarkReferencedDecls> Inherited; typedef in __anond87cafbf2611::MarkReferencedDecls
18654 typedef UsedDeclVisitor<EvaluatedExprMarker> Inherited; typedef in __anond87cafbf2711::EvaluatedExprMarker
H A DSemaDecl.cpp11315 typedef EvaluatedExprVisitor<SelfReferenceChecker> Inherited; typedef in __anon16e8b5581311::SelfReferenceChecker
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DODRHash.cpp240 typedef ConstDeclVisitor<ODRDeclVisitor> Inherited; typedef in __anon79b649e50111::ODRDeclVisitor
658 typedef TypeVisitor<ODRTypeVisitor> Inherited; typedef in __anon79b649e50211::ODRTypeVisitor
H A DDeclCXX.cpp2586 ConstexprSpecKind ConstexprKind, InheritedConstructor Inherited, in CXXConstructorDecl()
2626 ConstexprSpecKind ConstexprKind, InheritedConstructor Inherited, in Create()
H A DItaniumMangle.cpp827 if (auto Inherited = CD->getInheritedConstructor()) in mangleFunctionEncodingBareType() local
1561 if (auto Inherited = in mangleUnqualifiedName() local
H A DExpr.cpp3281 typedef ConstEvaluatedExprVisitor<SideEffectFinder> Inherited; typedef in __anonf798257b0811::SideEffectFinder
3621 typedef ConstEvaluatedExprVisitor<NonTrivialCallFinder> Inherited; typedef in __anonf798257b0911::NonTrivialCallFinder
H A DExprConstant.cpp5480 auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckConstexprFunction() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterp.cpp351 auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckCallable() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1395 if (auto Inherited = D->getInheritedConstructor()) { in VisitCXXConstructorDecl() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1258 if (auto Inherited = CD->getInheritedConstructor()) in BuildFunctionArgList() local
H A DCGCall.cpp300 const InheritedConstructor &Inherited, CXXCtorType Type) { in inheritingCtorHasParams()
321 if (auto Inherited = CD->getInheritedConstructor()) in arrangeCXXStructorDeclaration() local
H A DCGClass.cpp2166 if (auto Inherited = D->getInheritedConstructor()) { in EmitCXXConstructorCall() local