Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp219 case Sema::LookupRedeclarationWithLinkage: in getIDNS()
662 NameKind == Sema::LookupRedeclarationWithLinkage) { in LookupBuiltin()
1075 if (NameKind == LookupRedeclarationWithLinkage) { in CppLookupName()
1619 if (NameKind == Sema::LookupRedeclarationWithLinkage) { in LookupName()
1639 if (NameKind == LookupRedeclarationWithLinkage) { in LookupName()
1969 case LookupRedeclarationWithLinkage: in LookupQualifiedName()
DSemaTemplateInstantiateDecl.cpp1522 D->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in VisitFunctionDecl()
3646 NewVar->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in BuildVariableInstantiation()
DSemaDecl.cpp4902 Previous.clear(LookupRedeclarationWithLinkage); in HandleDeclarator()
/external/clang/include/clang/Sema/
DSema.h2661 LookupRedeclarationWithLinkage, enumerator