Home
last modified time | relevance | path

Searched defs:Inherited (Results 1 – 21 of 21) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DUsedDeclVisitor.h26 typedef EvaluatedExprVisitor<Derived> Inherited; typedef
H A DSemaStmtAttr.cpp197 typedef ConstEvaluatedExprVisitor<CallExprFinder> Inherited; global() typedef in __anon97c4e28b0211::CallExprFinder
H A DSemaStmt.cpp896 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 DSema.cpp1731 typedef UsedDeclVisitor<DeferredDiagnosticsEmitter> Inherited; global() typedef in __anon80d4cd280611::DeferredDiagnosticsEmitter
H A DAnalysisBasedWarnings.cpp759 : Inherited(Context), FoundReference(false), Needle(Needle) {} typedef in __anon0bef6d8e0711::ContainsReference
H A DSemaDeclCXX.cpp3648 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 DSemaInit.cpp8913 if (auto Inherited = Constructor->getInheritedConstructor()) Diagnose() local
H A DSemaExpr.cpp19760 typedef RecursiveASTVisitor<MarkReferencedDecls> Inherited; global() typedef in __anond5f75ba73211::MarkReferencedDecls
19795 typedef UsedDeclVisitor<EvaluatedExprMarker> Inherited; global() typedef in __anond5f75ba73311::EvaluatedExprMarker
H A DSemaDecl.cpp12422 typedef EvaluatedExprVisitor<SelfReferenceChecker> Inherited; global() typedef in __anon146361401e11::SelfReferenceChecker
/llvm-project/clang/test/SemaObjC/
H A Dprotocols-suppress-conformance.m48 @protocol Inherited protocol
/llvm-project/clang/lib/AST/
H A DODRHash.cpp261 typedef ConstDeclVisitor<ODRDeclVisitor> Inherited; global() typedef in __anon5944dbcd0111::ODRDeclVisitor
834 typedef TypeVisitor<ODRTypeVisitor> Inherited; global() typedef in __anon5944dbcd0211::ODRTypeVisitor
[all...]
H A DDeclCXX.cpp2687 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 DItaniumMangle.cpp926 if (auto Inherited = CD->getInheritedConstructor()) mangleFunctionEncodingBareType() local
1680 if (auto Inherited = mangleUnqualifiedName() local
H A DExpr.cpp3528 typedef ConstEvaluatedExprVisitor<SideEffectFinder> Inherited; global() typedef in __anon3f55c0630811::SideEffectFinder
3880 typedef ConstEvaluatedExprVisitor<NonTrivialCallFinder> Inherited; global() typedef in __anon3f55c0630911::NonTrivialCallFinder
H A DExprConstant.cpp5702 auto *Inherited = CD->getInheritedConstructor().getConstructor(); CheckConstexprFunction() local
/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h369 } else if (auto *Inherited = setInherited() local
/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp
/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1607 if (auto Inherited = D->getInheritedConstructor()) { VisitCXXConstructorDecl() local
/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1372 if (auto Inherited = CD->getInheritedConstructor()) BuildFunctionArgList() local
H A DCGCall.cpp325 inheritingCtorHasParams(const InheritedConstructor & Inherited,CXXCtorType Type) inheritingCtorHasParams() argument
348 if (auto Inherited = CD->getInheritedConstructor()) arrangeCXXStructorDeclaration() local
H A DCGClass.cpp2231 if (auto Inherited = D->getInheritedConstructor()) { EmitCXXConstructorCall() local