| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | UsedDeclVisitor.h | 26 typedef EvaluatedExprVisitor<Derived> Inherited; typedef 28 UsedDeclVisitor(Sema &S) : Inherited(S.Context), S(S) {} in UsedDeclVisitor() 49 Inherited::VisitCapturedStmt(Node); in VisitCapturedStmt() 64 Inherited::VisitCXXNewExpr(E); in VisitCXXNewExpr() 80 Inherited::VisitCXXDeleteExpr(E); in VisitCXXDeleteExpr() 90 Inherited::VisitCXXConstructExpr(E); in VisitCXXConstructExpr() 95 Inherited::VisitCXXDefaultArgExpr(E); in VisitCXXDefaultArgExpr() 100 Inherited::VisitCXXDefaultInitExpr(E); in VisitCXXDefaultInitExpr() 106 Inherited::VisitInitListExpr(ILE); in VisitInitListExpr()
|
| H A D | SemaStmtAttr.cpp | 197 typedef ConstEvaluatedExprVisitor<CallExprFinder> Inherited; typedef in __anonefa40b980211::CallExprFinder 199 CallExprFinder(Sema &S, const Stmt *St) : Inherited(S.Context) { Visit(St); } in CallExprFinder()
|
| H A D | SemaStmt.cpp | 948 typedef EvaluatedExprVisitor<CommaVisitor> Inherited; typedef in __anon4f6f6e9d0b11::CommaVisitor 951 CommaVisitor(Sema &SemaRef) : Inherited(SemaRef.Context), SemaRef(SemaRef) {} in CommaVisitor() 1875 typedef EvaluatedExprVisitor<DeclExtractor> Inherited; typedef in __anon4f6f6e9d0e11::DeclExtractor 1879 Inherited(S.Context), in DeclExtractor() 1956 typedef EvaluatedExprVisitor<DeclMatcher> Inherited; typedef in __anon4f6f6e9d0e11::DeclMatcher 1959 Inherited(S.Context), Decls(Decls), FoundDecl(false) { in DeclMatcher() 2128 Inherited(S.Context) { in BreakContinueFinder() 2132 typedef ConstEvaluatedExprVisitor<BreakContinueFinder> Inherited; typedef in __anon4f6f6e9d0e11::BreakContinueFinder
|
| H A D | Sema.cpp | 1835 typedef UsedDeclVisitor<DeferredDiagnosticsEmitter> Inherited; typedef in __anon1db639350511::DeferredDiagnosticsEmitter 1858 : Inherited(S), ShouldEmitRootNode(false), InOMPDeviceContext(0) {} in DeferredDiagnosticsEmitter() 1864 Inherited::VisitOMPTargetDirective(Node); in VisitOMPTargetDirective() 1874 Inherited::visitUsedDecl(Loc, D); in visitUsedDecl() 1916 Inherited::VisitDeclStmt(DS); in VisitDeclStmt()
|
| H A D | AnalysisBasedWarnings.cpp | 896 typedef ConstEvaluatedExprVisitor<ContainsReference> Inherited; typedef in __anon9476153b0711::ContainsReference 899 : Inherited(Context), FoundReference(false), Needle(Needle) {} in ContainsReference() 906 Inherited::VisitExpr(E); in VisitExpr() 913 Inherited::VisitDeclRefExpr(E); in VisitDeclRefExpr()
|
| H A D | OpenCLBuiltins.td | 194 // Inherited fields 206 // Inherited fields 218 // Inherited fields 230 // Inherited fields 244 // Inherited fields
|
| H A D | SemaDeclCXX.cpp | 3745 typedef EvaluatedExprVisitor<UninitializedFieldVisitor> Inherited; typedef in __anon42c808800f11::UninitializedFieldVisitor 3749 : Inherited(S.Context), S(S), Decls(Decls), BaseClasses(BaseClasses), in UninitializedFieldVisitor() 3970 Inherited::VisitImplicitCastExpr(E); in VisitImplicitCastExpr() 3985 Inherited::VisitCXXConstructExpr(E); in VisitCXXConstructExpr() 3997 Inherited::VisitCXXMemberCallExpr(E); in VisitCXXMemberCallExpr() 4007 Inherited::VisitCallExpr(E); in VisitCallExpr() 4014 return Inherited::VisitCXXOperatorCallExpr(E); in VisitCXXOperatorCallExpr() 4036 Inherited::VisitBinaryOperator(E); in VisitBinaryOperator() 4051 Inherited::VisitUnaryOperator(E); in VisitUnaryOperator() 7470 Sema::InheritedConstructorInfo *Inherited = nullptr) { in specialMemberIsConstexpr() argument [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRHash.cpp | 277 typedef ConstDeclVisitor<ODRDeclVisitor> Inherited; typedef in __anonb4317f1a0111::ODRDeclVisitor 316 Inherited::Visit(D); in Visit() 324 Inherited::VisitNamedDecl(D); in VisitNamedDecl() 331 Inherited::VisitValueDecl(D); in VisitValueDecl() 342 Inherited::VisitVarDecl(D); in VisitVarDecl() 347 Inherited::VisitParmVarDecl(D); in VisitParmVarDecl() 352 Inherited::VisitAccessSpecDecl(D); in VisitAccessSpecDecl() 359 Inherited::VisitStaticAssertDecl(D); in VisitStaticAssertDecl() 373 Inherited::VisitFieldDecl(D); in VisitFieldDecl() 378 Inherited::VisitObjCIvarDecl(D); in VisitObjCIvarDecl() [all …]
|
| H A D | DeclCXX.cpp | 2925 InheritedConstructor Inherited, in CXXConstructorDecl() argument 2931 setInheritingConstructor(static_cast<bool>(Inherited)); in CXXConstructorDecl() 2934 if (Inherited) in CXXConstructorDecl() 2935 *getTrailingObjects<InheritedConstructor>() = Inherited; in CXXConstructorDecl() 2966 InheritedConstructor Inherited, in Create() argument 2973 Inherited ? 1 : 0, ES.getExpr() ? 1 : 0); in Create() 2976 isImplicitlyDeclared, ConstexprKind, Inherited, TrailingRequiresClause); in Create()
|
| H A D | Expr.cpp | 3552 typedef ConstEvaluatedExprVisitor<SideEffectFinder> Inherited; typedef in __anonf6835ed00811::SideEffectFinder 3558 : Inherited(Context), in SideEffectFinder() 3580 Inherited::VisitDeclStmt(DS); in VisitDeclStmt() 3907 typedef ConstEvaluatedExprVisitor<NonTrivialCallFinder> Inherited; typedef in __anonf6835ed00911::NonTrivialCallFinder 3913 : Inherited(Context), NonTrivial(false) { } in NonTrivialCallFinder() 3922 Inherited::VisitStmt(E); in VisitCallExpr() 3933 Inherited::VisitStmt(E); in VisitCXXConstructExpr() 3946 Inherited::VisitStmt(E); in VisitCXXBindTemporaryExpr()
|
| H A D | ItaniumMangle.cpp | 924 if (auto Inherited = CD->getInheritedConstructor()) in mangleFunctionEncodingBareType() local 925 FD = Inherited.getConstructor(); in mangleFunctionEncodingBareType() 1703 if (auto Inherited = in mangleUnqualifiedName() local 1705 InheritedFrom = Inherited.getConstructor()->getParent(); in mangleUnqualifiedName() 1707 TemplateName(Inherited.getConstructor()->getPrimaryTemplate()); in mangleUnqualifiedName() 1709 Inherited.getConstructor()->getTemplateSpecializationArgs(); in mangleUnqualifiedName()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Attr.h | 53 unsigned Inherited : 1; 85 : AttributeCommonInfo(CommonInfo), AttrKind(AK), Inherited(false), in Attr() 99 bool isInherited() const { return Inherited; } in isInherited() 156 void setInherited(bool I) { Inherited = I; } in setInherited()
|
| H A D | DeclTemplate.h | 371 } else if (auto *Inherited = dyn_cast<Chain *>(ValueOrInherited)) { in setInherited() local 372 assert(C.isSameDefaultTemplateArgument(Inherited->PrevDeclWithDefaultArg, in setInherited() 374 Inherited->PrevDeclWithDefaultArg = InheritedFrom; in setInherited()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | TemplateArgumentHasher.cpp | 221 typedef TypeVisitor<TypeVisitorHelper> Inherited; typedef in __anon91a37be10111::TypeVisitorHelper 249 void Visit(const Type *T) { Inherited::Visit(T); } in Visit()
|
| H A D | ASTWriterDecl.cpp | 1780 if (auto Inherited = D->getInheritedConstructor()) { in VisitCXXConstructorDecl() local 1781 Record.AddDeclRef(Inherited.getShadowDecl()); in VisitCXXConstructorDecl() 1782 Record.AddDeclRef(Inherited.getConstructor()); in VisitCXXConstructorDecl()
|
| /freebsd/crypto/heimdal/doc/doxyout/gssapi/html/ |
| H A D | graph_legend.dot | 5 …Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolo…
|
| /freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/ |
| H A D | graph_legend.dot | 5 …Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolo…
|
| /freebsd/crypto/heimdal/doc/doxyout/hdb/html/ |
| H A D | graph_legend.dot | 5 …Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolo…
|
| /freebsd/crypto/heimdal/doc/doxyout/hx509/html/ |
| H A D | graph_legend.dot | 5 …Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolo…
|
| /freebsd/crypto/heimdal/doc/doxyout/krb5/html/ |
| H A D | graph_legend.dot | 5 …Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolo…
|
| /freebsd/crypto/heimdal/doc/doxyout/ntlm/html/ |
| H A D | graph_legend.dot | 5 …Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolo…
|
| /freebsd/crypto/heimdal/doc/doxyout/wind/html/ |
| H A D | graph_legend.dot | 5 …Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolo…
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.h | 161 bool inheritingCtorHasParams(const InheritedConstructor &Inherited,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Interp.cpp | 887 const auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckCallable() local 888 if (!Inherited->isConstexpr()) in CheckCallable() 889 DiagDecl = CD = Inherited; in CheckCallable()
|
| /freebsd/contrib/byacc/ |
| H A D | README.BTYACC | 456 Inherited attributes in btyacc: 458 Inherited attributes look a lot like function arguments to
|