Searched refs:getDependentNameType (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | TypeProperties.td | 806 return ctx.getDependentNameType(keyword, qualifier, name, canon);
|
H A D | ASTContext.h | 1524 QualType getDependentNameType(ElaboratedTypeKeyword Keyword,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 5015 Context.getDependentNameType(ETK_Typename, SS.getScopeRep(), II); in CheckTemplateTypeArgument() 10361 QualType Result = Context.getDependentNameType(Kwd, NNS, Name); in ActOnDependentTag() 10576 return Context.getDependentNameType(Keyword, in CheckTypenameType() 10652 return Context.getDependentNameType(Keyword, in CheckTypenameType()
|
H A D | SemaExprCXX.cpp | 66 Type = Context.getDependentNameType(ETK_None, NNS->getPrefix(), in getInheritingConstructorName() 95 QualType T = Context.getDependentNameType(ETK_None, SS.getScopeRep(), &II); in getConstructorName()
|
H A D | SemaType.cpp | 5398 ClsType = Context.getDependentNameType(ETK_None, NNSPrefix, in GetFullTypeForDeclarator()
|
H A D | SemaDecl.cpp | 263 QualType T = Context.getDependentNameType(ETK_Typename, NNS, &II); in recoverFromTypeInKnownDependentBase() 588 QualType T = Context.getDependentNameType(ETK_None, NNS, &II); in ActOnMSVCUnknownTypeName()
|
H A D | TreeTransform.h | 1095 return SemaRef.Context.getDependentNameType(Keyword, in RebuildDependentNameType()
|
H A D | SemaDeclCXX.cpp | 16360 QualType T = Context.getDependentNameType(ETK, SS.getScopeRep(), Name); in ActOnTemplatedFriendTag()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTContext.cpp | 4868 QualType ASTContext::getDependentNameType(ElaboratedTypeKeyword Keyword, in getDependentNameType() function in ASTContext 4875 Canon = getDependentNameType(Keyword, CanonNNS, Name); in getDependentNameType()
|
H A D | ASTImporter.cpp | 1561 return Importer.getToContext().getDependentNameType(T->getKeyword(), in VisitDependentNameType()
|