Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclTemplate.cpp308 ClassTemplateDecl *PrevDecl) { in Create()
696 ClassTemplateSpecializationDecl *PrevDecl) in ClassTemplateSpecializationDecl()
720 ClassTemplateSpecializationDecl *PrevDecl) { in Create()
811 ClassTemplatePartialSpecializationDecl *PrevDecl) in ClassTemplatePartialSpecializationDecl()
833 ClassTemplatePartialSpecializationDecl *PrevDecl) { in Create()
DDeclCXX.cpp89 CXXRecordDecl *PrevDecl) in CXXRecordDecl()
98 CXXRecordDecl* PrevDecl, in Create()
1938 IdentifierInfo *Id, NamespaceDecl *PrevDecl) in NamespaceDecl()
1951 NamespaceDecl *PrevDecl) { in Create()
DDeclObjC.cpp1133 ObjCInterfaceDecl *PrevDecl, in Create()
1157 ObjCInterfaceDecl *PrevDecl, in ObjCInterfaceDecl()
1493 ObjCProtocolDecl *PrevDecl) in ObjCProtocolDecl()
1505 ObjCProtocolDecl *PrevDecl) { in Create()
DDecl.cpp2515 FunctionDecl::setPreviousDeclaration(FunctionDecl *PrevDecl) { in setPreviousDeclaration()
3415 EnumDecl *PrevDecl, bool IsScoped, in Create()
3490 RecordDecl *PrevDecl) in RecordDecl()
3502 IdentifierInfo *Id, RecordDecl* PrevDecl) { in Create()
DDeclBase.cpp967 Decl *PrevDecl = nullptr; in BuildDeclChain() local
DASTContext.cpp2929 } else if (CXXRecordDecl *PrevDecl = Decl->getPreviousDecl()) { in getInjectedClassNameType() local
2991 if (const RecordDecl *PrevDecl = Decl->getPreviousDecl()) in getRecordType() local
3004 if (const EnumDecl *PrevDecl = Decl->getPreviousDecl()) in getEnumType() local
/external/clang/lib/Sema/
DSemaDeclObjC.cpp465 NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc, in ActOnStartClassInterface() local
714 ObjCProtocolDecl *PrevDecl = LookupProtocol(ProtocolName, ProtocolLoc, in ActOnStartProtocolInterface() local
865 ObjCProtocolDecl *PrevDecl = LookupProtocol(Ident, IdentList[i].second, in ActOnForwardProtocolDeclaration() local
1022 NamedDecl *PrevDecl in ActOnStartClassImplementation() local
2026 NamedDecl *PrevDecl in ActOnForwardClassDeclaration() local
3106 NamedDecl *PrevDecl = R.getFoundDecl(); in ActOnMethodDeclaration() local
DSemaTemplateInstantiateDecl.cpp661 EnumDecl *PrevDecl = nullptr; in VisitEnumDecl() local
823 CXXRecordDecl *PrevDecl = nullptr; in VisitClassTemplateDecl() local
1138 CXXRecordDecl *PrevDecl = nullptr; in VisitCXXRecordDecl() local
2200 UsingShadowDecl *PrevDecl = nullptr; in VisitUsingDecl() local
2385 ClassTemplateSpecializationDecl *PrevDecl = in VisitClassTemplateSpecializationDecl() local
2672 ClassTemplateSpecializationDecl *PrevDecl in InstantiateClassTemplatePartialSpecialization() local
2796 VarTemplateSpecializationDecl *PrevDecl = in InstantiateVarTemplatePartialSpecialization() local
DSemaTemplate.cpp447 void Sema::DiagnoseTemplateParameterShadow(SourceLocation Loc, Decl *PrevDecl) { in DiagnoseTemplateParameterShadow()
532 NamedDecl *PrevDecl = SemaRef.LookupSingleName( in maybeDiagnoseTemplateParameterShadow() local
904 NamedDecl *PrevDecl = nullptr; in CheckClassTemplate() local
2498 VarTemplateSpecializationDecl *PrevDecl = nullptr; in ActOnVarTemplateSpecialization() local
5643 NamedDecl *PrevDecl, in CheckTemplateSpecializationScope()
6083 ClassTemplateSpecializationDecl *PrevDecl = nullptr; in ActOnClassTemplateSpecialization() local
6398 NamedDecl *PrevDecl, in CheckSpecializationInstantiationRedecl()
7098 ClassTemplateSpecializationDecl *PrevDecl in ActOnExplicitInstantiation() local
7296 CXXRecordDecl *PrevDecl in ActOnExplicitInstantiation() local
7633 FunctionDecl *PrevDecl = Specialization->getPreviousDecl(); in ActOnExplicitInstantiation() local
DSemaDecl.cpp3554 NamedDecl *PrevDecl = R.getRepresentativeDecl()->getUnderlyingDecl(); in CheckAnonMemberRedeclaration() local
4880 isOutOfScopePreviousDeclaration(NamedDecl *PrevDecl, DeclContext *DC, in isOutOfScopePreviousDeclaration()
9499 NamedDecl *PrevDecl = R.getFoundDecl(); in ActOnParamDeclarator() local
11033 NamedDecl *PrevDecl = Previous.getFoundDecl(); in ActOnTag() local
11763 NamedDecl *PrevDecl = nullptr; in HandleField() local
11833 AccessSpecifier AS, NamedDecl *PrevDecl, in CheckFieldDecl()
12147 NamedDecl *PrevDecl = LookupSingleName(S, II, Loc, LookupMemberName, in ActOnIvar() local
12866 NamedDecl *PrevDecl = LookupSingleName(S, Id, IdLoc, LookupOrdinaryName, in ActOnEnumConstant() local
13429 Decl *PrevDecl = LookupSingleName(TUScope, Name, NameLoc, in ActOnPragmaRedefineExtname() local
13444 Decl *PrevDecl = LookupSingleName(TUScope, Name, NameLoc, LookupOrdinaryName); in ActOnPragmaWeakID() local
[all …]
DSemaAccess.cpp1105 NamedDecl *PrevDecl = nullptr; in diagnoseBadDirectAccess() local
DSemaDeclCXX.cpp6729 NamedDecl *PrevDecl = nullptr; in ActOnStartNamespaceDef() local
7396 UsingShadowDecl *PrevDecl) { in BuildUsingShadowDecl()
7763 UsingShadowDecl *PrevDecl = nullptr; in BuildUsingDeclaration() local
8198 NamedDecl *PrevDecl in ActOnNamespaceAliasDef() local
11440 if (NamedDecl *PrevDecl = LookupSingleName(S, II, D.getIdentifierLoc(), in ActOnExceptionDeclarator() local
13094 NamedDecl *PrevDecl = nullptr; in HandleMSProperty() local
/external/clang/include/clang/AST/
DDecl.h2594 SourceLocation L, IdentifierInfo *Id, TagDecl *PrevDecl, in TagDecl()
2841 SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, in EnumDecl()
3591 void Redeclarable<decl_type>::setPreviousDecl(decl_type *PrevDecl) { in setPreviousDecl()