Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp217 case Sema::LookupRedeclarationWithLinkage: in getIDNS()
909 NameKind == Sema::LookupRedeclarationWithLinkage) { in LookupBuiltin()
1307 if (NameKind == LookupRedeclarationWithLinkage && in CppLookupName()
2178 if (NameKind == Sema::LookupRedeclarationWithLinkage) { in LookupName()
2198 if (NameKind == LookupRedeclarationWithLinkage) { in LookupName()
H A DSemaTemplateInstantiateDecl.cpp2205 D->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in VisitFunctionDecl()
5230 NewVar->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in BuildVariableInstantiation()
H A DSemaDecl.cpp6260 Previous.clear(LookupRedeclarationWithLinkage); in HandleDeclarator()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4197 LookupRedeclarationWithLinkage, enumerator