Home
last modified time | relevance | path

Searched refs:getElaboratedType (Results 1 – 10 of 10) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaType.cpp907 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()
DSemaTemplate.cpp2168 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()
DTreeTransform.h830 return SemaRef.Context.getElaboratedType(Keyword, in RebuildElaboratedType()
872 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentTemplateSpecializationType()
971 return SemaRef.Context.getElaboratedType(Keyword, in RebuildDependentNameType()
DSemaDecl.cpp318 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()
DSemaDeclCXX.cpp2637 BaseType = Context.getElaboratedType(ETK_None, Qualifier, BaseType); in BuildMemInitializer()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h1102 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTImporter.cpp1771 return Importer.getToContext().getElaboratedType(T->getKeyword(), in VisitElaboratedType()
DASTContext.cpp3243 ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, in getElaboratedType() function in ASTContext
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h1284 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp4810 return Context.getElaboratedType(Keyword, NNS, NamedType); in readTypeRecord()