/llvm-project/clang/lib/Sema/ |
H A D | UsedDeclVisitor.h | 26 typedef EvaluatedExprVisitor<Derived> Inherited; typedef
|
H A D | SemaStmtAttr.cpp | 197 typedef ConstEvaluatedExprVisitor<CallExprFinder> Inherited; global() typedef in __anon97c4e28b0211::CallExprFinder
|
H A D | SemaStmt.cpp | 896 typedef EvaluatedExprVisitor<CommaVisitor> Inherited; global() typedef in __anon86ccc4100a11::CommaVisitor 1776 typedef EvaluatedExprVisitor<DeclExtractor> Inherited; global() typedef in __anon86ccc4100d11::DeclExtractor 1857 typedef EvaluatedExprVisitor<DeclMatcher> Inherited; global() typedef in __anon86ccc4100d11::DeclMatcher 2033 typedef ConstEvaluatedExprVisitor<BreakContinueFinder> Inherited; global() typedef in __anon86ccc4100d11::BreakContinueFinder
|
H A D | Sema.cpp | 1731 typedef UsedDeclVisitor<DeferredDiagnosticsEmitter> Inherited; global() typedef in __anon80d4cd280611::DeferredDiagnosticsEmitter
|
H A D | AnalysisBasedWarnings.cpp | 759 : Inherited(Context), FoundReference(false), Needle(Needle) {} typedef in __anon0bef6d8e0711::ContainsReference
|
H A D | SemaDeclCXX.cpp | 3648 typedef EvaluatedExprVisitor<UninitializedFieldVisitor> Inherited; global() typedef in __anon47e04d130f11::UninitializedFieldVisitor 7283 specialMemberIsConstexpr(Sema & S,CXXRecordDecl * ClassDecl,CXXSpecialMemberKind CSM,unsigned Quals,bool ConstRHS,CXXConstructorDecl * InheritedCtor=nullptr,Sema::InheritedConstructorInfo * Inherited=nullptr) specialMemberIsConstexpr() argument 7318 defaultedSpecialMemberIsConstexpr(Sema & S,CXXRecordDecl * ClassDecl,CXXSpecialMemberKind CSM,bool ConstArg,CXXConstructorDecl * InheritedCtor=nullptr,Sema::InheritedConstructorInfo * Inherited=nullptr) defaultedSpecialMemberIsConstexpr() argument [all...] |
H A D | SemaInit.cpp | 8913 if (auto Inherited = Constructor->getInheritedConstructor()) Diagnose() local
|
H A D | SemaExpr.cpp | 19760 typedef RecursiveASTVisitor<MarkReferencedDecls> Inherited; global() typedef in __anond5f75ba73211::MarkReferencedDecls 19795 typedef UsedDeclVisitor<EvaluatedExprMarker> Inherited; global() typedef in __anond5f75ba73311::EvaluatedExprMarker
|
H A D | SemaDecl.cpp | 12422 typedef EvaluatedExprVisitor<SelfReferenceChecker> Inherited; global() typedef in __anon146361401e11::SelfReferenceChecker
|
/llvm-project/clang/test/SemaObjC/ |
H A D | protocols-suppress-conformance.m | 48 @protocol Inherited protocol
|
/llvm-project/clang/lib/AST/ |
H A D | ODRHash.cpp | 261 typedef ConstDeclVisitor<ODRDeclVisitor> Inherited; global() typedef in __anon5944dbcd0111::ODRDeclVisitor 834 typedef TypeVisitor<ODRTypeVisitor> Inherited; global() typedef in __anon5944dbcd0211::ODRTypeVisitor [all...] |
H A D | DeclCXX.cpp | 2687 CXXConstructorDecl(ASTContext & C,CXXRecordDecl * RD,SourceLocation StartLoc,const DeclarationNameInfo & NameInfo,QualType T,TypeSourceInfo * TInfo,ExplicitSpecifier ES,bool UsesFPIntrin,bool isInline,bool isImplicitlyDeclared,ConstexprSpecKind ConstexprKind,InheritedConstructor Inherited,Expr * TrailingRequiresClause) CXXConstructorDecl() argument 2727 Create(ASTContext & C,CXXRecordDecl * RD,SourceLocation StartLoc,const DeclarationNameInfo & NameInfo,QualType T,TypeSourceInfo * TInfo,ExplicitSpecifier ES,bool UsesFPIntrin,bool isInline,bool isImplicitlyDeclared,ConstexprSpecKind ConstexprKind,InheritedConstructor Inherited,Expr * TrailingRequiresClause) Create() argument
|
H A D | ItaniumMangle.cpp | 926 if (auto Inherited = CD->getInheritedConstructor()) mangleFunctionEncodingBareType() local 1680 if (auto Inherited = mangleUnqualifiedName() local
|
H A D | Expr.cpp | 3528 typedef ConstEvaluatedExprVisitor<SideEffectFinder> Inherited; global() typedef in __anon3f55c0630811::SideEffectFinder 3880 typedef ConstEvaluatedExprVisitor<NonTrivialCallFinder> Inherited; global() typedef in __anon3f55c0630911::NonTrivialCallFinder
|
H A D | ExprConstant.cpp | 5702 auto *Inherited = CD->getInheritedConstructor().getConstructor(); CheckConstexprFunction() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclTemplate.h | 369 } else if (auto *Inherited = setInherited() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.cpp |
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 1607 if (auto Inherited = D->getInheritedConstructor()) { VisitCXXConstructorDecl() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 1372 if (auto Inherited = CD->getInheritedConstructor()) BuildFunctionArgList() local
|
H A D | CGCall.cpp | 325 inheritingCtorHasParams(const InheritedConstructor & Inherited,CXXCtorType Type) inheritingCtorHasParams() argument 348 if (auto Inherited = CD->getInheritedConstructor()) arrangeCXXStructorDeclaration() local
|
H A D | CGClass.cpp | 2231 if (auto Inherited = D->getInheritedConstructor()) { EmitCXXConstructorCall() local
|