Home
last modified time | relevance | path

Searched refs:LookupRedeclarationWithLinkage (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp216 case Sema::LookupRedeclarationWithLinkage: in getIDNS()
907 NameKind == Sema::LookupRedeclarationWithLinkage) { in LookupBuiltin()
1297 if (NameKind == LookupRedeclarationWithLinkage && in CppLookupName()
1922 if (NameKind == Sema::LookupRedeclarationWithLinkage) { in LookupName()
1942 if (NameKind == LookupRedeclarationWithLinkage) { in LookupName()
H A DSemaTemplateInstantiateDecl.cpp2140 D->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in VisitFunctionDecl()
5211 NewVar->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in BuildVariableInstantiation()
H A DSemaDecl.cpp5886 Previous.clear(LookupRedeclarationWithLinkage); in HandleDeclarator()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3978 LookupRedeclarationWithLinkage, enumerator