Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp214 case Sema::LookupRedeclarationWithLinkage: in getIDNS()
679 NameKind == Sema::LookupRedeclarationWithLinkage) { in LookupBuiltin()
1103 if (NameKind == LookupRedeclarationWithLinkage && in CppLookupName()
1743 if (NameKind == Sema::LookupRedeclarationWithLinkage) { in LookupName()
1763 if (NameKind == LookupRedeclarationWithLinkage) { in LookupName()
2090 case LookupRedeclarationWithLinkage: in LookupQualifiedName()
H A DSemaTemplateInstantiateDecl.cpp1760 D->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in VisitFunctionDecl()
4200 NewVar->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in BuildVariableInstantiation()
H A DSemaDecl.cpp5426 Previous.clear(LookupRedeclarationWithLinkage); in HandleDeclarator()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3083 LookupRedeclarationWithLinkage, enumerator