Searched refs:getElaboratedType (Results 1 – 10 of 10) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaType.cpp | 907 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result); in ConvertDeclSpecToType() 3066 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType); in GetFullTypeForDeclarator() 5365 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in Sema 5377 return Context.getElaboratedType(Keyword, NNS, T); in getElaboratedType()
|
| D | SemaTemplate.cpp | 2168 Result = Context.getElaboratedType(ETK_None, SS.getScopeRep(), Result); in ActOnTemplateIdType() 2262 Result = Context.getElaboratedType(Keyword, SS.getScopeRep(), Result); in ActOnTagTemplateIdType() 7681 T = Context.getElaboratedType(ETK_Typename, SS.getScopeRep(), T); in ActOnTypenameType() 7804 return Context.getElaboratedType(ETK_Typename, in CheckTypenameType()
|
| D | TreeTransform.h | 830 return SemaRef.Context.getElaboratedType(Keyword, in RebuildElaboratedType() 872 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentTemplateSpecializationType() 971 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentNameType()
|
| D | SemaDecl.cpp | 318 T = getElaboratedType(ETK_None, *SS, T); in getTypeName() 324 T = getElaboratedType(ETK_None, *SS, T); in getTypeName() 566 T = S.getElaboratedType(ETK_None, SS, T); in buildNestedType()
|
| D | SemaDeclCXX.cpp | 2637 BaseType = Context.getElaboratedType(ETK_None, Qualifier, BaseType); in BuildMemInitializer()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | ASTContext.h | 1102 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | ASTImporter.cpp | 1771 return Importer.getToContext().getElaboratedType(T->getKeyword(), in VisitElaboratedType()
|
| D | ASTContext.cpp | 3243 ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in ASTContext
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | Sema.h | 1284 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/ |
| D | ASTReader.cpp | 4810 return Context.getElaboratedType(Keyword, NNS, NamedType); in readTypeRecord()
|