Searched defs:getElaboratedType (Results 1 - 2 of 2) 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);
/external/clang/lib/AST/
H A DASTContext.cpp3265 ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, function in class:ASTContext

Completed in 70 milliseconds