Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DLookup.h151 ExternalRedecl(Redecl == Sema::ForExternalRedeclaration),
164 ExternalRedecl(Redecl == Sema::ForExternalRedeclaration),
267 return ExternalRedecl ? Sema::ForExternalRedeclaration : in redeclarationKind()
563 ExternalRedecl = (RK == Sema::ForExternalRedeclaration); in setRedeclarationKind()
H A DSema.h3109 ForExternalRedeclaration enumerator
3120 return ForExternalRedeclaration; in forRedeclarationInCurContext()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1762 D->isLocalExternDecl() ? Sema::ForExternalRedeclaration in VisitFunctionDecl()
2070 Sema::ForExternalRedeclaration); in VisitCXXMethodDecl()
2787 Sema::ForExternalRedeclaration); in VisitClassScopeFunctionSpecializationDecl()
4202 NewVar->isLocalExternDecl() ? Sema::ForExternalRedeclaration in BuildVariableInstantiation()
H A DSemaDeclCXX.cpp8866 ForExternalRedeclaration); in ActOnStartNamespaceDef()
10905 ForExternalRedeclaration); in CheckImplicitSpecialMemberDeclaration()
14318 ForExternalRedeclaration); in ActOnFriendFunctionDecl()
H A DSemaDecl.cpp5427 Previous.setRedeclarationKind(ForExternalRedeclaration); in HandleDeclarator()