| /external/clang/lib/AST/ |
| D | DeclTemplate.cpp | 308 ClassTemplateDecl *PrevDecl) { in Create() 696 ClassTemplateSpecializationDecl *PrevDecl) in ClassTemplateSpecializationDecl() 720 ClassTemplateSpecializationDecl *PrevDecl) { in Create() 811 ClassTemplatePartialSpecializationDecl *PrevDecl) in ClassTemplatePartialSpecializationDecl() 833 ClassTemplatePartialSpecializationDecl *PrevDecl) { in Create()
|
| D | DeclCXX.cpp | 89 CXXRecordDecl *PrevDecl) in CXXRecordDecl() 98 CXXRecordDecl* PrevDecl, in Create() 1938 IdentifierInfo *Id, NamespaceDecl *PrevDecl) in NamespaceDecl() 1951 NamespaceDecl *PrevDecl) { in Create()
|
| D | DeclObjC.cpp | 1133 ObjCInterfaceDecl *PrevDecl, in Create() 1157 ObjCInterfaceDecl *PrevDecl, in ObjCInterfaceDecl() 1493 ObjCProtocolDecl *PrevDecl) in ObjCProtocolDecl() 1505 ObjCProtocolDecl *PrevDecl) { in Create()
|
| D | Decl.cpp | 2515 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()
|
| D | DeclBase.cpp | 967 Decl *PrevDecl = nullptr; in BuildDeclChain() local
|
| D | ASTContext.cpp | 2929 } 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/ |
| D | SemaDeclObjC.cpp | 465 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
|
| D | SemaTemplateInstantiateDecl.cpp | 661 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
|
| D | SemaTemplate.cpp | 447 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
|
| D | SemaDecl.cpp | 3554 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 …]
|
| D | SemaAccess.cpp | 1105 NamedDecl *PrevDecl = nullptr; in diagnoseBadDirectAccess() local
|
| D | SemaDeclCXX.cpp | 6729 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/ |
| D | Decl.h | 2594 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()
|