| /external/clang/lib/AST/ |
| D | DeclTemplate.cpp | 334 ClassTemplateDecl *PrevDecl) { in Create() 717 ClassTemplateSpecializationDecl *PrevDecl) in ClassTemplateSpecializationDecl() 741 ClassTemplateSpecializationDecl *PrevDecl) { in Create() 832 ClassTemplatePartialSpecializationDecl *PrevDecl) in ClassTemplatePartialSpecializationDecl() 854 ClassTemplatePartialSpecializationDecl *PrevDecl) { in Create()
|
| D | DeclCXX.cpp | 89 CXXRecordDecl *PrevDecl) in CXXRecordDecl() 98 CXXRecordDecl* PrevDecl, in Create() 1981 IdentifierInfo *Id, NamespaceDecl *PrevDecl) in NamespaceDecl() 1994 NamespaceDecl *PrevDecl) { in Create()
|
| D | DeclObjC.cpp | 1147 ObjCInterfaceDecl *PrevDecl, in Create() 1171 ObjCInterfaceDecl *PrevDecl, in ObjCInterfaceDecl() 1524 ObjCProtocolDecl *PrevDecl) in ObjCProtocolDecl() 1536 ObjCProtocolDecl *PrevDecl) { in Create()
|
| D | Decl.cpp | 2557 FunctionDecl::setPreviousDeclaration(FunctionDecl *PrevDecl) { in setPreviousDeclaration() 3491 EnumDecl *PrevDecl, bool IsScoped, in Create() 3566 RecordDecl *PrevDecl) in RecordDecl() 3578 IdentifierInfo *Id, RecordDecl* PrevDecl) { in Create()
|
| D | DeclBase.cpp | 993 Decl *PrevDecl = nullptr; in BuildDeclChain() local
|
| D | ASTContext.cpp | 3008 } else if (CXXRecordDecl *PrevDecl = Decl->getPreviousDecl()) { in getInjectedClassNameType() local 3070 if (const RecordDecl *PrevDecl = Decl->getPreviousDecl()) in getRecordType() local 3083 if (const EnumDecl *PrevDecl = Decl->getPreviousDecl()) in getEnumType() local
|
| /external/clang/lib/Sema/ |
| D | SemaDeclObjC.cpp | 461 NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc, in ActOnStartClassInterface() local 710 ObjCProtocolDecl *PrevDecl = LookupProtocol(ProtocolName, ProtocolLoc, in ActOnStartProtocolInterface() local 861 ObjCProtocolDecl *PrevDecl = LookupProtocol(Ident, IdentList[i].second, in ActOnForwardProtocolDeclaration() local 1018 NamedDecl *PrevDecl in ActOnStartClassImplementation() local 2020 NamedDecl *PrevDecl in ActOnForwardClassDeclaration() local 3162 NamedDecl *PrevDecl = R.getFoundDecl(); in ActOnMethodDeclaration() local
|
| D | SemaTemplateInstantiateDecl.cpp | 746 EnumDecl *PrevDecl = nullptr; in VisitEnumDecl() local 908 CXXRecordDecl *PrevDecl = nullptr; in VisitClassTemplateDecl() local 1223 CXXRecordDecl *PrevDecl = nullptr; in VisitCXXRecordDecl() local 2288 UsingShadowDecl *PrevDecl = nullptr; in VisitUsingDecl() local 2476 ClassTemplateSpecializationDecl *PrevDecl = in VisitClassTemplateSpecializationDecl() local 2763 ClassTemplateSpecializationDecl *PrevDecl in InstantiateClassTemplatePartialSpecialization() local 2887 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 903 NamedDecl *PrevDecl = nullptr; in CheckClassTemplate() local 2516 VarTemplateSpecializationDecl *PrevDecl = nullptr; in ActOnVarTemplateSpecialization() local 5764 NamedDecl *PrevDecl, in CheckTemplateSpecializationScope() 6206 ClassTemplateSpecializationDecl *PrevDecl = nullptr; in ActOnClassTemplateSpecialization() local 6519 NamedDecl *PrevDecl, in CheckSpecializationInstantiationRedecl() 7237 ClassTemplateSpecializationDecl *PrevDecl in ActOnExplicitInstantiation() local 7435 CXXRecordDecl *PrevDecl in ActOnExplicitInstantiation() local 7795 FunctionDecl *PrevDecl = Specialization->getPreviousDecl(); in ActOnExplicitInstantiation() local
|
| D | SemaDecl.cpp | 3793 NamedDecl *PrevDecl = R.getRepresentativeDecl()->getUnderlyingDecl(); in CheckAnonMemberRedeclaration() local 5110 isOutOfScopePreviousDeclaration(NamedDecl *PrevDecl, DeclContext *DC, in isOutOfScopePreviousDeclaration() 9974 NamedDecl *PrevDecl = R.getFoundDecl(); in ActOnParamDeclarator() local 11596 NamedDecl *PrevDecl = Previous.getFoundDecl(); in ActOnTag() local 12337 NamedDecl *PrevDecl = nullptr; in HandleField() local 12407 AccessSpecifier AS, NamedDecl *PrevDecl, in CheckFieldDecl() 12724 NamedDecl *PrevDecl = LookupSingleName(S, II, Loc, LookupMemberName, in ActOnIvar() local 13440 NamedDecl *PrevDecl = LookupSingleName(S, Id, IdLoc, LookupOrdinaryName, in ActOnEnumConstant() local 14076 Decl *PrevDecl = LookupSingleName(TUScope, Name, NameLoc, in ActOnPragmaRedefineExtname() local 14091 Decl *PrevDecl = LookupSingleName(TUScope, Name, NameLoc, LookupOrdinaryName); in ActOnPragmaWeakID() local [all …]
|
| D | SemaDeclCXX.cpp | 7165 NamedDecl *PrevDecl = nullptr; in ActOnStartNamespaceDef() local 7835 UsingShadowDecl *PrevDecl) { in BuildUsingShadowDecl() 8207 UsingShadowDecl *PrevDecl = nullptr; in BuildUsingDeclaration() local 8657 NamedDecl *PrevDecl = LookupSingleName(S, Alias, AliasLoc, LookupOrdinaryName, in ActOnNamespaceAliasDef() local 12043 if (NamedDecl *PrevDecl = LookupSingleName(S, II, D.getIdentifierLoc(), in ActOnExceptionDeclarator() local 13697 NamedDecl *PrevDecl = nullptr; in HandleMSProperty() local
|
| D | SemaAccess.cpp | 1105 NamedDecl *PrevDecl = nullptr; in diagnoseBadDirectAccess() local
|
| /external/clang/include/clang/AST/ |
| D | Decl.h | 2729 SourceLocation L, IdentifierInfo *Id, TagDecl *PrevDecl, in TagDecl() 2976 SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, in EnumDecl() 3746 void Redeclarable<decl_type>::setPreviousDecl(decl_type *PrevDecl) { in setPreviousDecl()
|