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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1468   QualType getDependentNameType(ElaboratedTypeKeyword Keyword,

References

tools/clang/lib/AST/ASTContext.cpp
 4353       Canon = getDependentNameType(Keyword, CanonNNS, Name);
tools/clang/lib/AST/ASTImporter.cpp
 1488   return Importer.getToContext().getDependentNameType(T->getKeyword(),
tools/clang/lib/Sema/SemaDecl.cpp
  260   QualType T = Context.getDependentNameType(ETK_Typename, NNS, &II);
  587   QualType T = Context.getDependentNameType(ETK_None, NNS, &II);
tools/clang/lib/Sema/SemaDeclCXX.cpp
14695   QualType T = Context.getDependentNameType(ETK, SS.getScopeRep(), Name);
tools/clang/lib/Sema/SemaExprCXX.cpp
   65     Type = Context.getDependentNameType(ETK_None, NNS->getPrefix(),
   94     QualType T = Context.getDependentNameType(ETK_None, SS.getScopeRep(), &II);
tools/clang/lib/Sema/SemaTemplate.cpp
 4546             Context.getDependentNameType(ETK_Typename, SS.getScopeRep(), II);
 9784   QualType Result = Context.getDependentNameType(Kwd, NNS, Name);
 9980     return Context.getDependentNameType(Keyword,
10050     return Context.getDependentNameType(Keyword,
tools/clang/lib/Sema/SemaType.cpp
 4975           ClsType = Context.getDependentNameType(ETK_None, NNSPrefix,
tools/clang/lib/Sema/TreeTransform.h
 1050         return SemaRef.Context.getDependentNameType(Keyword,
tools/clang/lib/Serialization/ASTReader.cpp
 6782     return Context.getDependentNameType(Keyword, NNS, Name, Canon);