/openbsd/gnu/llvm/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 | 183 typedef ConstEvaluatedExprVisitor<CallExprFinder> Inherited; typedef in __anon043b6be50211::CallExprFinder 185 CallExprFinder(Sema &S, const Stmt *St) : Inherited(S.Context) { Visit(St); } in CallExprFinder()
|
H A D | SemaStmt.cpp | 866 typedef EvaluatedExprVisitor<CommaVisitor> Inherited; typedef in __anonf4d0b06a0a11::CommaVisitor 869 CommaVisitor(Sema &SemaRef) : Inherited(SemaRef.Context), SemaRef(SemaRef) {} in CommaVisitor() 1743 typedef EvaluatedExprVisitor<DeclExtractor> Inherited; typedef in __anonf4d0b06a0d11::DeclExtractor 1747 Inherited(S.Context), in DeclExtractor() 1824 typedef EvaluatedExprVisitor<DeclMatcher> Inherited; typedef in __anonf4d0b06a0d11::DeclMatcher 1827 Inherited(S.Context), Decls(Decls), FoundDecl(false) { in DeclMatcher() 1996 Inherited(S.Context) { in BreakContinueFinder() 2000 typedef ConstEvaluatedExprVisitor<BreakContinueFinder> Inherited; typedef in __anonf4d0b06a0d11::BreakContinueFinder
|
H A D | Sema.cpp | 1659 typedef UsedDeclVisitor<DeferredDiagnosticsEmitter> Inherited; typedef in __anonf32c9c820411::DeferredDiagnosticsEmitter 1682 : Inherited(S), ShouldEmitRootNode(false), InOMPDeviceContext(0) {} in DeferredDiagnosticsEmitter() 1688 Inherited::VisitOMPTargetDirective(Node); in VisitOMPTargetDirective() 1698 Inherited::visitUsedDecl(Loc, D); in visitUsedDecl()
|
H A D | AnalysisBasedWarnings.cpp | 735 typedef ConstEvaluatedExprVisitor<ContainsReference> Inherited; typedef in __anonf0871c280711::ContainsReference 738 : Inherited(Context), FoundReference(false), Needle(Needle) {} in ContainsReference() 745 Inherited::VisitExpr(E); in VisitExpr() 752 Inherited::VisitDeclRefExpr(E); in VisitDeclRefExpr()
|
H A D | OpenCLBuiltins.td | 190 // Inherited fields 202 // Inherited fields 214 // Inherited fields 226 // Inherited fields 240 // Inherited fields
|
H A D | SemaDeclCXX.cpp | 3637 typedef EvaluatedExprVisitor<UninitializedFieldVisitor> Inherited; typedef in __anon1c9e132d1011::UninitializedFieldVisitor 3862 Inherited::VisitImplicitCastExpr(E); in VisitImplicitCastExpr() 3877 Inherited::VisitCXXConstructExpr(E); in VisitCXXConstructExpr() 3889 Inherited::VisitCXXMemberCallExpr(E); in VisitCXXMemberCallExpr() 3899 Inherited::VisitCallExpr(E); in VisitCallExpr() 3906 return Inherited::VisitCXXOperatorCallExpr(E); in VisitCXXOperatorCallExpr() 3928 Inherited::VisitBinaryOperator(E); in VisitBinaryOperator() 3943 Inherited::VisitUnaryOperator(E); in VisitUnaryOperator() 7264 Sema::InheritedConstructorInfo *Inherited = nullptr) { in defaultedSpecialMemberIsConstexpr() argument 7273 if (Inherited) in defaultedSpecialMemberIsConstexpr() [all …]
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ODRHash.cpp | 289 Inherited::Visit(D); in Visit() 294 Inherited::VisitNamedDecl(D); in VisitNamedDecl() 301 Inherited::VisitValueDecl(D); in VisitValueDecl() 312 Inherited::VisitVarDecl(D); in VisitVarDecl() 317 Inherited::VisitParmVarDecl(D); in VisitParmVarDecl() 343 Inherited::VisitFieldDecl(D); in VisitFieldDecl() 348 Inherited::VisitObjCIvarDecl(D); in VisitObjCIvarDecl() 364 Inherited::VisitFunctionDecl(D); in VisitFunctionDecl() 438 Inherited::VisitTypedefDecl(D); in VisitTypedefDecl() 502 Inherited::VisitTemplateDecl(D); in VisitTemplateDecl() [all …]
|
H A D | DeclCXX.cpp | 2619 InheritedConstructor Inherited, Expr *TrailingRequiresClause) in CXXConstructorDecl() argument 2624 setInheritingConstructor(static_cast<bool>(Inherited)); in CXXConstructorDecl() 2627 if (Inherited) in CXXConstructorDecl() 2628 *getTrailingObjects<InheritedConstructor>() = Inherited; in CXXConstructorDecl() 2659 InheritedConstructor Inherited, Expr *TrailingRequiresClause) { in Create() argument 2665 Inherited ? 1 : 0, ES.getExpr() ? 1 : 0); in Create() 2668 isImplicitlyDeclared, ConstexprKind, Inherited, TrailingRequiresClause); in Create()
|
H A D | Expr.cpp | 3469 typedef ConstEvaluatedExprVisitor<SideEffectFinder> Inherited; typedef in __anon9fe40c7d0911::SideEffectFinder 3475 : Inherited(Context), in SideEffectFinder() 3497 Inherited::VisitDeclStmt(DS); in VisitDeclStmt() 3811 typedef ConstEvaluatedExprVisitor<NonTrivialCallFinder> Inherited; typedef in __anon9fe40c7d0a11::NonTrivialCallFinder 3817 : Inherited(Context), NonTrivial(false) { } in NonTrivialCallFinder() 3826 Inherited::VisitStmt(E); in VisitCallExpr() 3837 Inherited::VisitStmt(E); in VisitCXXConstructExpr() 3846 Inherited::VisitStmt(E); in VisitCXXBindTemporaryExpr()
|
H A D | ItaniumMangle.cpp | 869 if (auto Inherited = CD->getInheritedConstructor()) in mangleFunctionEncodingBareType() local 870 FD = Inherited.getConstructor(); in mangleFunctionEncodingBareType() 1612 if (auto Inherited = in mangleUnqualifiedName() local 1614 InheritedFrom = Inherited.getConstructor()->getParent(); in mangleUnqualifiedName() 1616 TemplateName(Inherited.getConstructor()->getPrimaryTemplate()); in mangleUnqualifiedName() 1618 Inherited.getConstructor()->getTemplateSpecializationArgs(); in mangleUnqualifiedName()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | Attr.h | 47 unsigned Inherited : 1; 75 : AttributeCommonInfo(CommonInfo), AttrKind(AK), Inherited(false), in Attr() 89 bool isInherited() const { return Inherited; } in isInherited() 146 void setInherited(bool I) { Inherited = I; } in setInherited()
|
H A D | DeclTemplate.h | 382 } else if (auto *Inherited = in setInherited() local 384 assert(C.isSameDefaultTemplateArgument(Inherited->PrevDeclWithDefaultArg, in setInherited() 386 Inherited->PrevDeclWithDefaultArg = InheritedFrom; in setInherited()
|
H A D | DeclCXX.h | 2465 InheritedConstructor Inherited, 2508 InheritedConstructor Inherited = InheritedConstructor(),
|
/openbsd/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Interp.cpp | 353 auto *Inherited = CD->getInheritedConstructor().getConstructor(); in CheckCallable() local 354 if (!Inherited->isConstexpr()) in CheckCallable() 355 DiagDecl = CD = Inherited; in CheckCallable()
|
/openbsd/gnu/usr.bin/perl/lib/unicore/ |
H A D | Scripts.txt | 1638 064B..0655 ; Inherited # Mn [11] ARABIC FATHATAN..ARABIC HAMZA BELOW 1639 0670 ; Inherited # Mn ARABIC LETTER SUPERSCRIPT ALEF 1642 1ABE ; Inherited # Me COMBINING PARENTHESES OVERLAY 1644 1CD0..1CD2 ; Inherited # Mn [3] VEDIC TONE KARSHANA..VEDIC TONE PRENKHA 1647 1CED ; Inherited # Mn VEDIC SIGN TIRYAK 1648 1CF4 ; Inherited # Mn VEDIC TONE CANDRA ABOVE 1651 200C..200D ; Inherited # Cf [2] ZERO WIDTH NON-JOINER..ZERO WIDTH JOINER 1654 20E1 ; Inherited # Mn COMBINING LEFT RIGHT ARROW ABOVE 1659 FE00..FE0F ; Inherited # Mn [16] VARIATION SELECTOR-1..VARIATION SELECTOR-16 1662 102E0 ; Inherited # Mn COPTIC EPACT THOUSANDS MARK [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Encode/bin/ |
H A D | unidump | 157 Inherited from hexdump;
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenTypes.h | 149 bool inheritingCtorHasParams(const InheritedConstructor &Inherited,
|
H A D | CodeGenFunction.cpp | 1315 if (auto Inherited = CD->getInheritedConstructor()) in BuildFunctionArgList() local 1317 getTypes().inheritingCtorHasParams(Inherited, GD.getCtorType()); in BuildFunctionArgList()
|
H A D | CGCall.cpp | 311 const InheritedConstructor &Inherited, CXXCtorType Type) { in inheritingCtorHasParams() argument 315 !Inherited.getShadowDecl()->constructsVirtualBase() || in inheritingCtorHasParams() 334 if (auto Inherited = CD->getInheritedConstructor()) in arrangeCXXStructorDeclaration() local 335 PassParams = inheritingCtorHasParams(Inherited, GD.getCtorType()); in arrangeCXXStructorDeclaration()
|
H A D | CGClass.cpp | 2233 if (auto Inherited = D->getInheritedConstructor()) { in EmitCXXConstructorCall() local 2234 PassPrototypeArgs = getTypes().inheritingCtorHasParams(Inherited, Type); in EmitCXXConstructorCall()
|
/openbsd/gnu/usr.bin/perl/t/re/ |
H A D | regexp_unicode_prop.t | 77 Inherited => ["!j", '\x{300}'],
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlclass.pod | 173 Inherited methods are visible and may be invoked. Fields are always lexical
|
H A D | perluniprops.pod | 3473 \p{Inherited} \p{Script_Extensions=Inherited} (Short: 5123 \p{Qaai} \p{Inherited} (= \p{Script_Extensions= 5124 Inherited}) (586) 5417 \p{Script: Inherited} (Short: \p{Sc=Zinh}) (657: U+0300..036F, 5675 \p{Script: Qaai} \p{Script=Inherited} (657) 5829 \p{Script: Zinh} \p{Script=Inherited} (657) 6067 \p{Script_Extensions: Inherited} (Short: \p{Scx=Zinh}, \p{Zinh}) 6323 \p{Script_Extensions: Qaai} \p{Script_Extensions=Inherited} (586) 6477 \p{Script_Extensions: Zinh} \p{Script_Extensions=Inherited} (586) 7155 \p{Zinh} \p{Inherited} (= \p{Script_Extensions= [all …]
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 1441 if (auto Inherited = D->getInheritedConstructor()) { in VisitCXXConstructorDecl() local 1442 Record.AddDeclRef(Inherited.getShadowDecl()); in VisitCXXConstructorDecl() 1443 Record.AddDeclRef(Inherited.getConstructor()); in VisitCXXConstructorDecl()
|