Home
last modified time | relevance | path

Searched defs:PrevDecl (Results 1 – 16 of 16) sorted by relevance

/external/clang/lib/AST/
DDeclTemplate.cpp329 ClassTemplateDecl *PrevDecl) { in Create()
710 ClassTemplateSpecializationDecl *PrevDecl) in ClassTemplateSpecializationDecl()
733 ClassTemplateSpecializationDecl *PrevDecl) { in Create()
823 ClassTemplatePartialSpecializationDecl *PrevDecl) in ClassTemplatePartialSpecializationDecl()
844 ClassTemplatePartialSpecializationDecl *PrevDecl) { in Create()
DDeclCXX.cpp88 CXXRecordDecl *PrevDecl) in CXXRecordDecl()
97 CXXRecordDecl* PrevDecl, in Create()
2061 IdentifierInfo *Id, NamespaceDecl *PrevDecl) in NamespaceDecl()
2074 NamespaceDecl *PrevDecl) { in Create()
DDeclObjC.cpp1389 ObjCInterfaceDecl *PrevDecl, in Create()
1416 ObjCInterfaceDecl *PrevDecl, in ObjCInterfaceDecl()
1777 ObjCProtocolDecl *PrevDecl) in ObjCProtocolDecl()
1789 ObjCProtocolDecl *PrevDecl) { in Create()
DDecl.cpp2662 FunctionDecl::setPreviousDeclaration(FunctionDecl *PrevDecl) { in setPreviousDeclaration()
3629 EnumDecl *PrevDecl, bool IsScoped, in Create()
3718 RecordDecl *PrevDecl) in RecordDecl()
3730 IdentifierInfo *Id, RecordDecl* PrevDecl) { in Create()
DDeclBase.cpp1077 Decl *PrevDecl = nullptr; in BuildDeclChain() local
DASTContext.cpp3174 } else if (CXXRecordDecl *PrevDecl = Decl->getPreviousDecl()) { in getInjectedClassNameType() local
3236 if (const RecordDecl *PrevDecl = Decl->getPreviousDecl()) in getRecordType() local
3249 if (const EnumDecl *PrevDecl = Decl->getPreviousDecl()) in getEnumType() local
DASTImporter.cpp2844 CXXRecordDecl *const PrevDecl = nullptr; in VisitRecordDecl() local
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp885 EnumDecl *PrevDecl = nullptr; in VisitEnumDecl() local
1061 CXXRecordDecl *PrevDecl = nullptr; in VisitClassTemplateDecl() local
1377 CXXRecordDecl *PrevDecl = nullptr; in VisitCXXRecordDecl() local
2434 UsingShadowDecl *PrevDecl = nullptr; in VisitUsingDecl() local
2708 ClassTemplateSpecializationDecl *PrevDecl = in VisitClassTemplateSpecializationDecl() local
2985 ClassTemplateSpecializationDecl *PrevDecl in InstantiateClassTemplatePartialSpecialization() local
3107 VarTemplateSpecializationDecl *PrevDecl = in InstantiateVarTemplatePartialSpecialization() local
DSemaDeclObjC.cpp475 NamedDecl *PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc, in ActOnSuperClassOfClassInterface() local
912 NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc, in ActOnStartClassInterface() local
1134 ObjCProtocolDecl *PrevDecl = LookupProtocol(ProtocolName, ProtocolLoc, in ActOnStartProtocolInterface() local
1689 ObjCProtocolDecl *PrevDecl = LookupProtocol(Ident, IdentPair.second, in ActOnForwardProtocolDeclaration() local
1878 NamedDecl *PrevDecl in ActOnStartClassImplementation() local
2955 NamedDecl *PrevDecl in ActOnForwardClassDeclaration() local
4343 NamedDecl *PrevDecl = R.getFoundDecl(); in ActOnMethodDeclaration() local
DSemaTemplate.cpp463 void Sema::DiagnoseTemplateParameterShadow(SourceLocation Loc, Decl *PrevDecl) { in DiagnoseTemplateParameterShadow()
547 NamedDecl *PrevDecl = SemaRef.LookupSingleName( in maybeDiagnoseTemplateParameterShadow() local
929 NamedDecl *PrevDecl = nullptr; in CheckClassTemplate() local
2602 VarTemplateSpecializationDecl *PrevDecl = nullptr; in ActOnVarTemplateSpecialization() local
5888 NamedDecl *PrevDecl, in CheckTemplateSpecializationScope()
6330 ClassTemplateSpecializationDecl *PrevDecl = nullptr; in ActOnClassTemplateSpecialization() local
6637 NamedDecl *PrevDecl, in CheckSpecializationInstantiationRedecl()
7431 ClassTemplateSpecializationDecl *PrevDecl in ActOnExplicitInstantiation() local
7665 CXXRecordDecl *PrevDecl in ActOnExplicitInstantiation() local
8043 FunctionDecl *PrevDecl = Specialization->getPreviousDecl(); in ActOnExplicitInstantiation() local
DSemaDecl.cpp4099 NamedDecl *PrevDecl = R.getRepresentativeDecl()->getUnderlyingDecl(); in CheckAnonMemberRedeclaration() local
5442 isOutOfScopePreviousDeclaration(NamedDecl *PrevDecl, DeclContext *DC, in isOutOfScopePreviousDeclaration()
10857 NamedDecl *PrevDecl = R.getFoundDecl(); in ActOnParamDeclarator() local
12597 NamedDecl *PrevDecl = Previous.getFoundDecl(); in ActOnTag() local
13388 NamedDecl *PrevDecl = nullptr; in HandleField() local
13458 AccessSpecifier AS, NamedDecl *PrevDecl, in CheckFieldDecl()
13776 NamedDecl *PrevDecl = LookupSingleName(S, II, Loc, LookupMemberName, in ActOnIvar() local
14488 NamedDecl *PrevDecl = LookupSingleName(S, II, IILoc, LookupOrdinaryName, in shouldSkipAnonEnumBody() local
14519 NamedDecl *PrevDecl = LookupSingleName(S, Id, IdLoc, LookupOrdinaryName, in ActOnEnumConstant() local
15182 NamedDecl *PrevDecl = LookupSingleName(TUScope, Name, NameLoc, in ActOnPragmaRedefineExtname() local
[all …]
DSema.cpp723 Decl *PrevDecl = LookupSingleName(TUScope, WeakID.first, SourceLocation(), in ActOnEndOfTranslationUnit() local
DSemaAccess.cpp1105 NamedDecl *PrevDecl = nullptr; in diagnoseBadDirectAccess() local
DSemaDeclCXX.cpp7363 NamedDecl *PrevDecl = in ActOnStartNamespaceDef() local
8044 UsingShadowDecl *PrevDecl) { in BuildUsingShadowDecl()
8461 UsingShadowDecl *PrevDecl = nullptr; in BuildUsingDeclaration() local
8935 NamedDecl *PrevDecl = PrevR.getRepresentativeDecl(); in ActOnNamespaceAliasDef() local
12325 if (NamedDecl *PrevDecl = LookupSingleName(S, II, D.getIdentifierLoc(), in ActOnExceptionDeclarator() local
13986 NamedDecl *PrevDecl = nullptr; in HandleMSProperty() local
DSemaOpenMP.cpp11118 auto *PrevDecl = cast<OMPDeclareReductionDecl>(Filter.next()); in ActOnOpenMPDeclareReductionDirectiveStart() local
/external/clang/include/clang/AST/
DDecl.h2808 SourceLocation L, IdentifierInfo *Id, TagDecl *PrevDecl, in TagDecl()
3044 SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, in EnumDecl()
3818 void Redeclarable<decl_type>::setPreviousDecl(decl_type *PrevDecl) { in setPreviousDecl()