Searched refs:getElaboratedType (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/Sema/
H A DSemaType.cpp908 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result);
3035 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType);
5458 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, function in class:Sema
5470 return Context.getElaboratedType(Keyword, NNS, T);
H A DSemaTemplate.cpp2212 Result = Context.getElaboratedType(ETK_None, SS.getScopeRep(), Result);
2306 Result = Context.getElaboratedType(Keyword, SS.getScopeRep(), Result);
7818 T = Context.getElaboratedType(ETK_Typename, SS.getScopeRep(), T);
7941 return Context.getElaboratedType(ETK_Typename,
H A DTreeTransform.h837 return SemaRef.Context.getElaboratedType(Keyword,
880 return SemaRef.Context.getElaboratedType(Keyword,
978 return SemaRef.Context.getElaboratedType(Keyword,
H A DSemaDecl.cpp390 T = getElaboratedType(ETK_None, *SS, T);
396 T = getElaboratedType(ETK_None, *SS, T);
675 T = S.getElaboratedType(ETK_None, SS, T);
H A DSemaDeclCXX.cpp2715 BaseType = Context.getElaboratedType(ETK_None, SS.getScopeRep(),
H A DSemaExpr.cpp2258 QualType ET = getElaboratedType(ETK_None, SS, Ty);
/external/clang/include/clang/AST/
H A DASTContext.h1122 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
/external/clang/lib/AST/
H A DASTImporter.cpp1764 return Importer.getToContext().getElaboratedType(T->getKeyword(),
H A DASTContext.cpp3265 ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, function in class:ASTContext
/external/clang/include/clang/Sema/
H A DSema.h1376 QualType getElaboratedType(ElaboratedTypeKeyword Keyword,
/external/clang/lib/Serialization/
H A DASTReader.cpp5362 return Context.getElaboratedType(Keyword, NNS, NamedType);

Completed in 244 milliseconds