Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
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()
DSema.h3845 ForExternalRedeclaration enumerator
3856 return ForExternalRedeclaration; in forRedeclarationInCurContext()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2078 D->isLocalExternDecl() ? Sema::ForExternalRedeclaration in VisitFunctionDecl()
2421 Sema::ForExternalRedeclaration); in VisitCXXMethodDecl()
5013 NewVar->isLocalExternDecl() ? Sema::ForExternalRedeclaration in BuildVariableInstantiation()
DSemaDeclCXX.cpp10875 ForExternalRedeclaration); in ActOnStartNamespaceDef()
12934 ForExternalRedeclaration); in CheckImplicitSpecialMemberDeclaration()
16467 ForExternalRedeclaration); in ActOnFriendFunctionDecl()
DSemaDecl.cpp5795 Previous.setRedeclarationKind(ForExternalRedeclaration); in HandleDeclarator()