Home
last modified time | relevance | path

Searched refs:Inherited (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DUsedDeclVisitor.h26 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 DSemaStmtAttr.cpp197 typedef ConstEvaluatedExprVisitor<CallExprFinder> Inherited; typedef in __anonefa40b980211::CallExprFinder
199 CallExprFinder(Sema &S, const Stmt *St) : Inherited(S.Context) { Visit(St); } in CallExprFinder()
H A DSemaStmt.cpp948 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 DSema.cpp1835 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 DAnalysisBasedWarnings.cpp896 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 DOpenCLBuiltins.td194 // Inherited fields
206 // Inherited fields
218 // Inherited fields
230 // Inherited fields
244 // Inherited fields
H A DSemaDeclCXX.cpp3745 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 DODRHash.cpp277 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 DDeclCXX.cpp2925 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 DExpr.cpp3552 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 DItaniumMangle.cpp924 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 DAttr.h53 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 DDeclTemplate.h371 } 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 DTemplateArgumentHasher.cpp221 typedef TypeVisitor<TypeVisitorHelper> Inherited; typedef in __anon91a37be10111::TypeVisitorHelper
249 void Visit(const Type *T) { Inherited::Visit(T); } in Visit()
H A DASTWriterDecl.cpp1780 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 Dgraph_legend.dot5 …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 Dgraph_legend.dot5 …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 Dgraph_legend.dot5 …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 Dgraph_legend.dot5 …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 Dgraph_legend.dot5 …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 Dgraph_legend.dot5 …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 Dgraph_legend.dot5 …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 DCodeGenTypes.h161 bool inheritingCtorHasParams(const InheritedConstructor &Inherited,
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp887 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 DREADME.BTYACC456 Inherited attributes in btyacc:
458 Inherited attributes look a lot like function arguments to

12