Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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()
79 Inherited::VisitCXXDeleteExpr(E); in VisitCXXDeleteExpr()
84 Inherited::VisitCXXConstructExpr(E); in VisitCXXConstructExpr()
H A DSemaStmtAttr.cpp181 typedef ConstEvaluatedExprVisitor<CallExprFinder> Inherited; typedef in __anon468682a30211::CallExprFinder
183 CallExprFinder(Sema &S, const Stmt *St) : Inherited(S.Context) { Visit(St); } in CallExprFinder()
H A DSema.cpp1545 typedef UsedDeclVisitor<DeferredDiagnosticsEmitter> Inherited; typedef in __anon4163d5400411::DeferredDiagnosticsEmitter
1568 : Inherited(S), ShouldEmitRootNode(false), InOMPDeviceContext(0) {} in DeferredDiagnosticsEmitter()
1574 Inherited::VisitOMPTargetDirective(Node); in VisitOMPTargetDirective()
1584 Inherited::visitUsedDecl(Loc, D); in visitUsedDecl()
H A DSemaStmt.cpp849 typedef EvaluatedExprVisitor<CommaVisitor> Inherited; typedef in __anon895218280a11::CommaVisitor
852 CommaVisitor(Sema &SemaRef) : Inherited(SemaRef.Context), SemaRef(SemaRef) {} in CommaVisitor()
1705 typedef EvaluatedExprVisitor<DeclExtractor> Inherited; typedef in __anon895218280d11::DeclExtractor
1709 Inherited(S.Context), in DeclExtractor()
1786 typedef EvaluatedExprVisitor<DeclMatcher> Inherited; typedef in __anon895218280d11::DeclMatcher
1789 Inherited(S.Context), Decls(Decls), FoundDecl(false) { in DeclMatcher()
1958 Inherited(S.Context) { in BreakContinueFinder()
1962 typedef ConstEvaluatedExprVisitor<BreakContinueFinder> Inherited; typedef in __anon895218280d11::BreakContinueFinder
H A DAnalysisBasedWarnings.cpp732 typedef ConstEvaluatedExprVisitor<ContainsReference> Inherited; typedef in __anondf82a8a60711::ContainsReference
735 : Inherited(Context), FoundReference(false), Needle(Needle) {} in ContainsReference()
742 Inherited::VisitExpr(E); in VisitExpr()
749 Inherited::VisitDeclRefExpr(E); in VisitDeclRefExpr()
H A DOpenCLBuiltins.td145 // Inherited fields
157 // Inherited fields
169 // Inherited fields
181 // Inherited fields
195 // Inherited fields
H A DSemaDeclCXX.cpp3554 typedef EvaluatedExprVisitor<UninitializedFieldVisitor> Inherited; typedef in __anon26624a2b1011::UninitializedFieldVisitor
3558 : Inherited(S.Context), S(S), Decls(Decls), BaseClasses(BaseClasses), in UninitializedFieldVisitor()
3780 Inherited::VisitImplicitCastExpr(E); in VisitImplicitCastExpr()
3795 Inherited::VisitCXXConstructExpr(E); in VisitCXXConstructExpr()
3807 Inherited::VisitCXXMemberCallExpr(E); in VisitCXXMemberCallExpr()
3817 Inherited::VisitCallExpr(E); in VisitCallExpr()
3824 return Inherited::VisitCXXOperatorCallExpr(E); in VisitCXXOperatorCallExpr()
3846 Inherited::VisitBinaryOperator(E); in VisitBinaryOperator()
3861 Inherited::VisitUnaryOperator(E); in VisitUnaryOperator()
7075 Sema::InheritedConstructorInfo *Inherited = nullptr) { in specialMemberIsConstexpr() argument
[all …]
H A DSemaDecl.cpp11315 typedef EvaluatedExprVisitor<SelfReferenceChecker> Inherited; typedef in __anon16e8b5581311::SelfReferenceChecker
11317 SelfReferenceChecker(Sema &S, Decl *OrigDecl) : Inherited(S.Context), in SelfReferenceChecker()
11473 Inherited::VisitImplicitCastExpr(E); in VisitImplicitCastExpr()
11511 return Inherited::VisitCXXOperatorCallExpr(E); in VisitCXXOperatorCallExpr()
11532 Inherited::VisitUnaryOperator(E); in VisitUnaryOperator()
11549 Inherited::VisitCXXConstructExpr(E); in VisitCXXConstructExpr()
11559 Inherited::VisitCallExpr(E); in VisitCallExpr()
11569 Inherited::VisitBinaryOperator(E); in VisitBinaryOperator()
H A DSemaExpr.cpp18619 typedef RecursiveASTVisitor<MarkReferencedDecls> Inherited; typedef in __anond87cafbf2611::MarkReferencedDecls
18641 return Inherited::TraverseTemplateArgument(Arg); in TraverseTemplateArgument()
18654 typedef UsedDeclVisitor<EvaluatedExprMarker> Inherited; typedef in __anond87cafbf2711::EvaluatedExprMarker
18658 : Inherited(S), SkipLocalVariables(SkipLocalVariables) {} in EvaluatedExprMarker()
H A DSemaInit.cpp9304 if (auto Inherited = Constructor->getInheritedConstructor()) in Diagnose() local
9305 InheritedFrom = Inherited.getShadowDecl()->getNominatedBaseClass(); in Diagnose()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DODRHash.cpp240 typedef ConstDeclVisitor<ODRDeclVisitor> Inherited; typedef in __anon79b649e50111::ODRDeclVisitor
279 Inherited::Visit(D); in Visit()
284 Inherited::VisitNamedDecl(D); in VisitNamedDecl()
291 Inherited::VisitValueDecl(D); in VisitValueDecl()
302 Inherited::VisitVarDecl(D); in VisitVarDecl()
307 Inherited::VisitParmVarDecl(D); in VisitParmVarDecl()
312 Inherited::VisitAccessSpecDecl(D); in VisitAccessSpecDecl()
319 Inherited::VisitStaticAssertDecl(D); in VisitStaticAssertDecl()
333 Inherited::VisitFieldDecl(D); in VisitFieldDecl()
340 Inherited::VisitFunctionDecl(D); in VisitFunctionDecl()
[all …]
H A DDeclCXX.cpp2586 ConstexprSpecKind ConstexprKind, InheritedConstructor Inherited, in CXXConstructorDecl() argument
2592 setInheritingConstructor(static_cast<bool>(Inherited)); in CXXConstructorDecl()
2595 if (Inherited) in CXXConstructorDecl()
2596 *getTrailingObjects<InheritedConstructor>() = Inherited; in CXXConstructorDecl()
2626 ConstexprSpecKind ConstexprKind, InheritedConstructor Inherited, in Create() argument
2633 Inherited ? 1 : 0, ES.getExpr() ? 1 : 0); in Create()
2636 isImplicitlyDeclared, ConstexprKind, Inherited, in Create()
H A DExpr.cpp3281 typedef ConstEvaluatedExprVisitor<SideEffectFinder> Inherited; typedef in __anonf798257b0811::SideEffectFinder
3287 : Inherited(Context), in SideEffectFinder()
3309 Inherited::VisitDeclStmt(DS); in VisitDeclStmt()
3621 typedef ConstEvaluatedExprVisitor<NonTrivialCallFinder> Inherited; typedef in __anonf798257b0911::NonTrivialCallFinder
3627 : Inherited(Context), NonTrivial(false) { } in NonTrivialCallFinder()
3636 Inherited::VisitStmt(E); in VisitCallExpr()
3647 Inherited::VisitStmt(E); in VisitCXXConstructExpr()
3656 Inherited::VisitStmt(E); in VisitCXXBindTemporaryExpr()
H A DItaniumMangle.cpp827 if (auto Inherited = CD->getInheritedConstructor()) in mangleFunctionEncodingBareType() local
828 FD = Inherited.getConstructor(); in mangleFunctionEncodingBareType()
1561 if (auto Inherited = in mangleUnqualifiedName() local
1563 InheritedFrom = Inherited.getConstructor()->getParent(); in mangleUnqualifiedName()
1565 TemplateName(Inherited.getConstructor()->getPrimaryTemplate()); in mangleUnqualifiedName()
1567 Inherited.getConstructor()->getTemplateSpecializationArgs(); in mangleUnqualifiedName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAttr.h53 unsigned Inherited : 1;
81 : AttributeCommonInfo(CommonInfo), AttrKind(AK), Inherited(false), in Attr()
95 bool isInherited() const { return Inherited; } in isInherited()
150 void setInherited(bool I) { Inherited = I; } in setInherited()
H A DDeclCXX.h2416 InheritedConstructor Inherited,
2459 InheritedConstructor Inherited = InheritedConstructor(),
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterp.cpp351 auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckCallable() local
352 if (!Inherited->isConstexpr()) in CheckCallable()
353 DiagDecl = CD = Inherited; in CheckCallable()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.h152 bool inheritingCtorHasParams(const InheritedConstructor &Inherited,
H A DCodeGenFunction.cpp1258 if (auto Inherited = CD->getInheritedConstructor()) in BuildFunctionArgList() local
1260 getTypes().inheritingCtorHasParams(Inherited, GD.getCtorType()); in BuildFunctionArgList()
H A DCGCall.cpp300 const InheritedConstructor &Inherited, CXXCtorType Type) { in inheritingCtorHasParams() argument
304 !Inherited.getShadowDecl()->constructsVirtualBase() || in inheritingCtorHasParams()
321 if (auto Inherited = CD->getInheritedConstructor()) in arrangeCXXStructorDeclaration() local
322 PassParams = inheritingCtorHasParams(Inherited, GD.getCtorType()); in arrangeCXXStructorDeclaration()
H A DCGClass.cpp2166 if (auto Inherited = D->getInheritedConstructor()) { in EmitCXXConstructorCall() local
2167 PassPrototypeArgs = getTypes().inheritingCtorHasParams(Inherited, Type); in EmitCXXConstructorCall()
/netbsd-src/external/bsd/byacc/dist/
H A DREADME.BTYACC456 Inherited attributes in btyacc:
458 Inherited attributes look a lot like function arguments to
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1395 if (auto Inherited = D->getInheritedConstructor()) { in VisitCXXConstructorDecl() local
1396 Record.AddDeclRef(Inherited.getShadowDecl()); in VisitCXXConstructorDecl()
1397 Record.AddDeclRef(Inherited.getConstructor()); in VisitCXXConstructorDecl()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/
H A Dunicode_tables.d3341 _T Inherited = [
3565 _U("Inherited", Inherited),
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/
H A Dunicode_tables.d3341 _T Inherited = [
3565 _U("Inherited", Inherited),

12