Searched defs:getElaboratedType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaType.cpp778 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result);
2606 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType);
4556 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword, function in class:Sema
4568 return Context.getElaboratedType(Keyword, NNS, T);
/external/clang/lib/AST/
H A DASTContext.cpp2930 ASTContext::getElaboratedType(ElaboratedTypeKeyword Keyword, function in class:ASTContext

Completed in 89 milliseconds