Home
last modified time | relevance | path

Searched refs:getDependentNameType (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplate.cpp3093 Context.getDependentNameType(ETK_Typename, SS.getScopeRep(), II); in CheckTemplateTypeArgument()
7943 QualType Result = Context.getDependentNameType(Kwd, NNS, Name); in ActOnDependentTag()
8113 return Context.getDependentNameType(Keyword, in CheckTypenameType()
8166 return Context.getDependentNameType(Keyword, in CheckTypenameType()
HDSemaExprCXX.cpp65 Type = Context.getDependentNameType(ETK_None, NNS->getPrefix(), in getInheritingConstructorName()
HDSemaDecl.cpp220 QualType T = Context.getDependentNameType(ETK_Typename, NNS, &II); in recoverFromTypeInKnownDependentBase()
485 QualType T = Context.getDependentNameType(ETK_None, NNS, &II); in ActOnDelayedDefaultTemplateArg()
HDSemaType.cpp4017 ClsType = Context.getDependentNameType(ETK_None, NNSPrefix, in GetFullTypeForDeclarator()
HDTreeTransform.h944 return SemaRef.Context.getDependentNameType(Keyword, in RebuildDependentNameType()
HDSemaDeclCXX.cpp12351 QualType T = Context.getDependentNameType(ETK, SS.getScopeRep(), Name); in ActOnTemplatedFriendTag()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1177 QualType getDependentNameType(ElaboratedTypeKeyword Keyword,
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp3445 QualType ASTContext::getDependentNameType(ElaboratedTypeKeyword Keyword, in getDependentNameType() function in ASTContext
3456 Canon = getDependentNameType(CanonKeyword, CanonNNS, Name); in getDependentNameType()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp5342 return Context.getDependentNameType(Keyword, NNS, Name, Canon); in readTypeRecord()