/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | UsedDeclVisitor.h | 26 typedef EvaluatedExprVisitor<Derived> Inherited; typedef
|
H A D | SemaStmtAttr.cpp | 181 typedef ConstEvaluatedExprVisitor<CallExprFinder> Inherited; typedef in __anon468682a30211::CallExprFinder
|
H A D | SemaStmt.cpp | 849 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 D | Sema.cpp | 1545 typedef UsedDeclVisitor<DeferredDiagnosticsEmitter> Inherited; typedef in __anon4163d5400411::DeferredDiagnosticsEmitter
|
H A D | AnalysisBasedWarnings.cpp | 732 typedef ConstEvaluatedExprVisitor<ContainsReference> Inherited; typedef in __anondf82a8a60711::ContainsReference
|
H A D | SemaDeclCXX.cpp | 3554 typedef EvaluatedExprVisitor<UninitializedFieldVisitor> Inherited; typedef in __anon26624a2b1011::UninitializedFieldVisitor 7075 Sema::InheritedConstructorInfo *Inherited = nullptr) { in specialMemberIsConstexpr() 7105 Sema::InheritedConstructorInfo *Inherited = nullptr) { in defaultedSpecialMemberIsConstexpr()
|
H A D | SemaInit.cpp | 9304 if (auto Inherited = Constructor->getInheritedConstructor()) in Diagnose() local
|
H A D | SemaExpr.cpp | 18619 typedef RecursiveASTVisitor<MarkReferencedDecls> Inherited; typedef in __anond87cafbf2611::MarkReferencedDecls 18654 typedef UsedDeclVisitor<EvaluatedExprMarker> Inherited; typedef in __anond87cafbf2711::EvaluatedExprMarker
|
H A D | SemaDecl.cpp | 11315 typedef EvaluatedExprVisitor<SelfReferenceChecker> Inherited; typedef in __anon16e8b5581311::SelfReferenceChecker
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ODRHash.cpp | 240 typedef ConstDeclVisitor<ODRDeclVisitor> Inherited; typedef in __anon79b649e50111::ODRDeclVisitor 658 typedef TypeVisitor<ODRTypeVisitor> Inherited; typedef in __anon79b649e50211::ODRTypeVisitor
|
H A D | DeclCXX.cpp | 2586 ConstexprSpecKind ConstexprKind, InheritedConstructor Inherited, in CXXConstructorDecl() 2626 ConstexprSpecKind ConstexprKind, InheritedConstructor Inherited, in Create()
|
H A D | ItaniumMangle.cpp | 827 if (auto Inherited = CD->getInheritedConstructor()) in mangleFunctionEncodingBareType() local 1561 if (auto Inherited = in mangleUnqualifiedName() local
|
H A D | Expr.cpp | 3281 typedef ConstEvaluatedExprVisitor<SideEffectFinder> Inherited; typedef in __anonf798257b0811::SideEffectFinder 3621 typedef ConstEvaluatedExprVisitor<NonTrivialCallFinder> Inherited; typedef in __anonf798257b0911::NonTrivialCallFinder
|
H A D | ExprConstant.cpp | 5480 auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckConstexprFunction() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Interp.cpp | 351 auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckCallable() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 1395 if (auto Inherited = D->getInheritedConstructor()) { in VisitCXXConstructorDecl() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 1258 if (auto Inherited = CD->getInheritedConstructor()) in BuildFunctionArgList() local
|
H A D | CGCall.cpp | 300 const InheritedConstructor &Inherited, CXXCtorType Type) { in inheritingCtorHasParams() 321 if (auto Inherited = CD->getInheritedConstructor()) in arrangeCXXStructorDeclaration() local
|
H A D | CGClass.cpp | 2166 if (auto Inherited = D->getInheritedConstructor()) { in EmitCXXConstructorCall() local
|