Searched refs:getElaboratedType (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaType.cpp | 1369 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result); in ConvertDeclSpecToType() 4036 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType); in GetFullTypeForDeclarator() 6713 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in Sema 6725 return Context.getElaboratedType(Keyword, NNS, T); in getElaboratedType()
|
| HD | SemaTemplate.cpp | 2240 Result = Context.getElaboratedType(ETK_None, SS.getScopeRep(), Result); in ActOnTemplateIdType() 2334 Result = Context.getElaboratedType(Keyword, SS.getScopeRep(), Result); in ActOnTagTemplateIdType() 8051 T = Context.getElaboratedType(ETK_Typename, SS.getScopeRep(), T); in ActOnTypenameType() 8175 return Context.getElaboratedType(ETK_Typename, in CheckTypenameType()
|
| HD | TreeTransform.h | 880 return SemaRef.Context.getElaboratedType(Keyword, in RebuildElaboratedType() 923 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentTemplateSpecializationType() 1021 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentNameType()
|
| HD | SemaDecl.cpp | 434 T = getElaboratedType(ETK_None, *SS, T); in getTypeName() 440 T = getElaboratedType(ETK_None, *SS, T); in getTypeName() 723 T = S.getElaboratedType(ETK_None, SS, T); in buildNestedType()
|
| HD | SemaDeclCXX.cpp | 2987 BaseType = Context.getElaboratedType(ETK_None, SS.getScopeRep(), in BuildMemInitializer()
|
| HD | SemaExpr.cpp | 2359 QualType ET = getElaboratedType(ETK_None, SS, Ty); in BuildQualifiedDeclarationNameExpr()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | ASTContext.h | 1174 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | ASTImporter.cpp | 1829 return Importer.getToContext().getElaboratedType(T->getKeyword(), in VisitElaboratedType()
|
| HD | ASTContext.cpp | 3396 ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in ASTContext
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 1419 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReader.cpp | 5255 return Context.getElaboratedType(Keyword, NNS, NamedType); in readTypeRecord()
|