Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp219 case Sema::LookupRedeclarationWithLinkage: in getIDNS()
924 NameKind == Sema::LookupRedeclarationWithLinkage) { in LookupBuiltin()
1323 if (NameKind == LookupRedeclarationWithLinkage && in CppLookupName()
2192 if (NameKind == Sema::LookupRedeclarationWithLinkage) { in LookupName()
2212 if (NameKind == LookupRedeclarationWithLinkage) { in LookupName()
H A DSemaTemplateInstantiateDecl.cpp2257 D->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in VisitFunctionDecl()
5343 NewVar->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in BuildVariableInstantiation()
H A DSemaDecl.cpp6476 Previous.clear(LookupRedeclarationWithLinkage); in HandleDeclarator()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4408 LookupRedeclarationWithLinkage, enumerator