Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.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()
H A DSemaTemplateInstantiateDecl.cpp2300 D->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in VisitFunctionDecl()
5342 NewVar->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in BuildVariableInstantiation()
H A DSemaDecl.cpp6314 Previous.clear(LookupRedeclarationWithLinkage); in HandleDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9031 LookupRedeclarationWithLinkage, enumerator