Searched refs:UsingName (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp8254 DeclarationNameInfo UsingName = NameInfo; local
8255 if (UsingName.getName().getNameKind() == DeclarationName::CXXConstructorName)
8257 UsingName.setName(Context.DeclarationNames.getCXXConstructorName(
8261 LookupResult Previous(*this, UsingName, LookupUsingDeclName,
8319 UsingName, HasTypenameKeyword);
8388 UsingName.setName(Context.DeclarationNames.getCXXConstructorName(
8390 UsingName.setNamedTypeInfo(nullptr);
8397 UsingName.setName(ND->getDeclName());
8451 if (UsingName.getName().getNameKind() ==

Completed in 497 milliseconds