Home
last modified time | relevance | path

Searched refs:ForExternalRedeclaration (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h161 ExternalRedecl(Redecl == Sema::ForExternalRedeclaration),
175 ExternalRedecl(Redecl == Sema::ForExternalRedeclaration),
289 return ExternalRedecl ? Sema::ForExternalRedeclaration : in redeclarationKind()
620 ExternalRedecl = (RK == Sema::ForExternalRedeclaration); in setRedeclarationKind()
H A DSema.h4436 ForExternalRedeclaration enumerator
4447 return ForExternalRedeclaration; in forRedeclarationInCurContext()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2259 D->isLocalExternDecl() ? Sema::ForExternalRedeclaration in VisitFunctionDecl()
2660 Sema::ForExternalRedeclaration); in VisitCXXMethodDecl()
5345 NewVar->isLocalExternDecl() ? Sema::ForExternalRedeclaration in BuildVariableInstantiation()
H A DSemaDeclCXX.cpp11655 ForExternalRedeclaration); in ActOnStartNamespaceDef()
13922 ForExternalRedeclaration); in CheckImplicitSpecialMemberDeclaration()
17890 ForExternalRedeclaration); in ActOnFriendFunctionDecl()
H A DSemaDecl.cpp6477 Previous.setRedeclarationKind(ForExternalRedeclaration); in HandleDeclarator()