Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp49 CXXRecordDecl *PrevDecl = nullptr; in BuiltinTypeDeclBuilder() local
385 NamespaceDecl *PrevDecl = nullptr; in InitializeSema() local
H A DSemaTemplateInstantiateDecl.cpp1420 EnumDecl *PrevDecl = nullptr; in VisitEnumDecl() local
1592 CXXRecordDecl *PrevDecl = nullptr; in VisitClassTemplateDecl() local
1888 CXXRecordDecl *PrevDecl = nullptr; in VisitCXXRecordDecl() local
3204 UsingShadowDecl *PrevDecl = nullptr; in VisitBaseUsingDecls() local
3772 ClassTemplateSpecializationDecl *PrevDecl = in VisitClassTemplateSpecializationDecl() local
3896 VarTemplateSpecializationDecl *PrevDecl = in VisitVarTemplateSpecializationDecl() local
3916 VarTemplateSpecializationDecl *PrevDecl) { in VisitVarTemplateSpecializationDecl()
4168 ClassTemplateSpecializationDecl *PrevDecl = in InstantiateClassTemplatePartialSpecialization() local
4293 VarTemplateSpecializationDecl *PrevDecl = in InstantiateVarTemplatePartialSpecialization() local
H A DSemaDeclObjC.cpp552 NamedDecl *PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc, in ActOnSuperClassOfClassInterface() local
985 NamedDecl *PrevDecl = in ActOnStartClassInterface() local
1228 ObjCProtocolDecl *PrevDecl = LookupProtocol(ProtocolName, ProtocolLoc, in ActOnStartProtocolInterface() local
1796 ObjCProtocolDecl *PrevDecl = LookupProtocol(Ident, IdentPair.second, in ActOnForwardProtocolDeclaration() local
1988 NamedDecl *PrevDecl in ActOnStartClassImplementation() local
3068 NamedDecl *PrevDecl in ActOnForwardClassDeclaration() local
4783 NamedDecl *PrevDecl = R.getFoundDecl(); in ActOnMethodDeclaration() local
H A DSemaTemplate.cpp888 void Sema::DiagnoseTemplateParameterShadow(SourceLocation Loc, Decl *PrevDecl) { in DiagnoseTemplateParameterShadow()
970 NamedDecl *PrevDecl = SemaRef.LookupSingleName( in maybeDiagnoseTemplateParameterShadow() local
1890 NamedDecl *PrevDecl = nullptr; in CheckClassTemplate() local
4549 VarTemplateSpecializationDecl *PrevDecl = nullptr; in ActOnVarTemplateSpecialization() local
8326 NamedDecl *PrevDecl, in CheckTemplateSpecializationScope()
8690 ClassTemplateSpecializationDecl *PrevDecl = nullptr; in ActOnClassTemplateSpecialization() local
9076 NamedDecl *PrevDecl, in CheckSpecializationInstantiationRedecl()
9975 ClassTemplateSpecializationDecl *PrevDecl = in ActOnExplicitInstantiation() local
10228 CXXRecordDecl *PrevDecl in ActOnExplicitInstantiation() local
10620 FunctionDecl *PrevDecl = Specialization->getPreviousDecl(); in ActOnExplicitInstantiation() local
H A DSemaDecl.cpp5328 NamedDecl *PrevDecl = R.getRepresentativeDecl()->getUnderlyingDecl(); in CheckAnonMemberRedeclaration() local
6781 isOutOfScopePreviousDeclaration(NamedDecl *PrevDecl, DeclContext *DC, in isOutOfScopePreviousDeclaration()
14648 NamedDecl *PrevDecl = R.getFoundDecl(); in ActOnParamDeclarator() local
16390 Sema::NonTagKind Sema::getNonTagTypeDeclKind(const Decl *PrevDecl, in getNonTagTypeDeclKind()
17024 NamedDecl *PrevDecl = Previous.getFoundDecl(); in ActOnTag() local
17867 NamedDecl *PrevDecl = nullptr; in HandleField() local
17938 AccessSpecifier AS, NamedDecl *PrevDecl, in CheckFieldDecl()
18270 NamedDecl *PrevDecl = LookupSingleName(S, II, Loc, LookupMemberName, in ActOnIvar() local
19311 NamedDecl *PrevDecl = R.getAsSingle<NamedDecl>(); in ActOnEnumConstant() local
19808 NamedDecl *PrevDecl = LookupSingleName(TUScope, Name, NameLoc, in ActOnPragmaRedefineExtname() local
[all …]
H A DSemaAccess.cpp1118 NamedDecl *PrevDecl = nullptr; in diagnoseBadDirectAccess() local
H A DSemaDeclCXX.cpp11240 NamedDecl *PrevDecl = in ActOnStartNamespaceDef() local
12176 UsingShadowDecl *PrevDecl) { in BuildUsingShadowDecl()
12639 UsingShadowDecl *PrevDecl = nullptr; in BuildUsingDeclaration() local
12689 UsingShadowDecl *PrevDecl = nullptr; in BuildUsingEnumDeclaration() local
13254 NamedDecl *PrevDecl = PrevR.getRepresentativeDecl(); in ActOnNamespaceAliasDef() local
16579 if (NamedDecl *PrevDecl = LookupSingleName(S, II, D.getIdentifierLoc(), in ActOnExceptionDeclarator() local
18522 NamedDecl *PrevDecl = nullptr; in HandleMSProperty() local
H A DSema.cpp1183 Decl *PrevDecl = LookupSingleName(TUScope, WeakIDs.first, SourceLocation(), in ActOnEndOfTranslationUnit() local
H A DSemaOpenMP.cpp22109 auto *PrevDecl = cast<OMPDeclareReductionDecl>(Filter.next()); in ActOnOpenMPDeclareReductionDirectiveStart() local
22361 auto *PrevDecl = cast<OMPDeclareMapperDecl>(Filter.next()); in ActOnOpenMPDeclareMapperDirective() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclTemplate.cpp916 ClassTemplateSpecializationDecl *PrevDecl) in ClassTemplateSpecializationDecl()
937 ClassTemplateSpecializationDecl *PrevDecl) { in Create()
1105 ClassTemplatePartialSpecializationDecl *PrevDecl) in ClassTemplatePartialSpecializationDecl()
1125 ClassTemplatePartialSpecializationDecl *PrevDecl) { in Create()
H A DDeclObjC.cpp1547 ObjCInterfaceDecl *PrevDecl, in Create()
1571 ObjCInterfaceDecl *PrevDecl, in ObjCInterfaceDecl()
1939 ObjCProtocolDecl *PrevDecl) in ObjCProtocolDecl()
1951 ObjCProtocolDecl *PrevDecl) { in Create()
H A DDecl.cpp3392 FunctionDecl::setPreviousDeclaration(FunctionDecl *PrevDecl) { in setPreviousDeclaration()
4402 SourceLocation L, IdentifierInfo *Id, TagDecl *PrevDecl, in TagDecl()
4538 SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, in EnumDecl()
4557 EnumDecl *PrevDecl, bool IsScoped, in Create()
4697 RecordDecl *PrevDecl) in RecordDecl()
4719 IdentifierInfo *Id, RecordDecl* PrevDecl) { in Create()
H A DDeclCXX.cpp126 CXXRecordDecl *PrevDecl) in CXXRecordDecl()
134 CXXRecordDecl *PrevDecl, in Create()
2897 IdentifierInfo *Id, NamespaceDecl *PrevDecl, in NamespaceDecl()
2916 NamespaceDecl *PrevDecl, bool Nested) { in Create()
H A DDeclPrinter.cpp1186 FunctionDecl *PrevDecl = D->getTemplatedDecl(); in VisitFunctionTemplateDecl() local
H A DDeclBase.cpp1368 Decl *PrevDecl = nullptr; in BuildDeclChain() local
H A DASTImporter.cpp2704 EnumDecl *PrevDecl = nullptr; in VisitEnumDecl() local
2818 RecordDecl *PrevDecl = nullptr; in VisitRecordDecl() local
5842 ClassTemplateSpecializationDecl *PrevDecl = nullptr; in VisitClassTemplateSpecializationDecl() local
H A DASTContext.cpp4623 } else if (CXXRecordDecl *PrevDecl = Decl->getPreviousDecl()) { in getInjectedClassNameType() local
4729 if (const RecordDecl *PrevDecl = Decl->getPreviousDecl()) in getRecordType() local
4742 if (const EnumDecl *PrevDecl = Decl->getPreviousDecl()) in getEnumType() local
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDecl.h4832 void Redeclarable<decl_type>::setPreviousDecl(decl_type *PrevDecl) { in setPreviousDecl()