Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h150 ExternalRedecl(Redecl == Sema::ForExternalRedeclaration),
163 ExternalRedecl(Redecl == Sema::ForExternalRedeclaration),
269 return ExternalRedecl ? Sema::ForExternalRedeclaration : in redeclarationKind()
574 ExternalRedecl = (RK == Sema::ForExternalRedeclaration); in setRedeclarationKind()
H A DSema.h4006 ForExternalRedeclaration enumerator
4017 return ForExternalRedeclaration; in forRedeclarationInCurContext()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2142 D->isLocalExternDecl() ? Sema::ForExternalRedeclaration in VisitFunctionDecl()
2502 Sema::ForExternalRedeclaration); in VisitCXXMethodDecl()
5213 NewVar->isLocalExternDecl() ? Sema::ForExternalRedeclaration in BuildVariableInstantiation()
H A DSemaDeclCXX.cpp10941 ForExternalRedeclaration); in ActOnStartNamespaceDef()
13174 ForExternalRedeclaration); in CheckImplicitSpecialMemberDeclaration()
16746 ForExternalRedeclaration); in ActOnFriendFunctionDecl()
H A DSemaDecl.cpp5887 Previous.setRedeclarationKind(ForExternalRedeclaration); in HandleDeclarator()