reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Type.h
 5235     assert(!(Keyword == ETK_None && NNS == nullptr) &&
tools/clang/lib/AST/ASTContext.cpp
 4406   if (Keyword == ETK_None) CanonKeyword = ETK_Typename;
tools/clang/lib/AST/ItaniumMangle.cpp
 3327     case ETK_None:
tools/clang/lib/AST/QualTypeNames.cpp
  433   ElaboratedTypeKeyword Keyword = ETK_None;
  456   if (Prefix || Keyword != ETK_None) {
tools/clang/lib/AST/Type.cpp
 2620   default: return ETK_None;
 2663   case ETK_None: // Fall through.
 2673   case ETK_None:
 2688   case ETK_None: return {};
tools/clang/lib/AST/TypePrinter.cpp
 1324     if (T->getKeyword() != ETK_None)
 1362   if (T->getKeyword() != ETK_None)
 1379   if (T->getKeyword() != ETK_None)
tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
  912     QualType T = Context.getDependentTemplateSpecializationType(ETK_None,
tools/clang/lib/Sema/SemaCoroutine.cpp
  126     return S.Context.getElaboratedType(ETK_None, NNS, PromiseType);
tools/clang/lib/Sema/SemaDecl.cpp
  323         QualType T = CheckTypenameType(ETK_None, SourceLocation(), QualifierLoc,
  510       T = getElaboratedType(ETK_None, *SS, T);
  516       T = getElaboratedType(ETK_None, *SS, T);
  587   QualType T = Context.getDependentNameType(ETK_None, NNS, &II);
  841   T = S.getElaboratedType(ETK_None, SS, T);
tools/clang/lib/Sema/SemaDeclCXX.cpp
 4131           BaseType = CheckTypenameType(ETK_None, SourceLocation(),
 4200         BaseType = Context.getElaboratedType(ETK_None, SS.getScopeRep(),
 9564     return Context.getElaboratedType(ETK_None, NNS, Info->getType());
tools/clang/lib/Sema/SemaExpr.cpp
 2463     QualType ET = getElaboratedType(ETK_None, SS, Ty);
tools/clang/lib/Sema/SemaExprCXX.cpp
   65     Type = Context.getDependentNameType(ETK_None, NNS->getPrefix(),
   94     QualType T = Context.getDependentNameType(ETK_None, SS.getScopeRep(), &II);
  350     QualType T = CheckTypenameType(ETK_None, SourceLocation(),
tools/clang/lib/Sema/SemaTemplate.cpp
 3206     return Context.getDependentTemplateSpecializationType(ETK_None,
 3499       = Context.getDependentTemplateSpecializationType(ETK_None,
 3538     Result = Context.getElaboratedType(ETK_None, SS.getScopeRep(), Result);
 4841     if (ETLoc.getTypePtr()->getKeyword() != ETK_None)
 9810   QualType T = CheckTypenameType(TypenameLoc.isValid()? ETK_Typename : ETK_None,
tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
 1164     if (Id && Keyword != ETK_None && Keyword != ETK_Typename) {
tools/clang/lib/Sema/SemaType.cpp
 4975           ClsType = Context.getDependentNameType(ETK_None, NNSPrefix,
 4994             ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType);
 5532       TL.setElaboratedKeywordLoc(Keyword != ETK_None
 8290     if (Keyword == ETK_None)
tools/clang/lib/Sema/TreeTransform.h
 1025     if (Keyword == ETK_None && QualifierLoc.getNestedNameSpecifier() == nullptr)
 1055     if (Keyword == ETK_None || Keyword == ETK_Typename) {
 6178   if (T->getKeyword() != ETK_None && T->getKeyword() != ETK_Typename) {