Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLookup.cpp221 case Sema::LookupRedeclarationWithLinkage: in getIDNS()
924 NameKind == Sema::LookupRedeclarationWithLinkage) { in LookupBuiltin()
1335 if (NameKind == LookupRedeclarationWithLinkage && in CppLookupName()
2185 if (NameKind == Sema::LookupRedeclarationWithLinkage) { in LookupName()
2205 if (NameKind == LookupRedeclarationWithLinkage) { in LookupName()
HDSemaTemplateInstantiateDecl.cpp2300 D->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in VisitFunctionDecl()
5340 NewVar->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in BuildVariableInstantiation()
HDSemaDecl.cpp6314 Previous.clear(LookupRedeclarationWithLinkage); in HandleDeclarator()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h9031 LookupRedeclarationWithLinkage, enumerator