Searched refs:getTypeOfType (Results 1 – 7 of 7) sorted by relevance
729 QualType t = ctxt.getTypeOfType(makeConstInt(ctxt)); in TEST_F()742 QualType t_base = ctxt.getTypeOfType(makeConstInt(ctxt)); in TEST_F()743 QualType t = ctxt.getTypeOfType(t_base); in TEST_F()
411 return ctx.getTypeOfType(underlyingType);
1715 QualType getTypeOfType(QualType t) const;
1607 Result = Context.getTypeOfType(Result); in ConvertDeclSpecToType()
14743 return SemaRef.Context.getTypeOfType(Underlying); in RebuildTypeOfType()
1382 return Importer.getToContext().getTypeOfType(*ToUnderlyingTypeOrErr); in VisitTypeOfType()
5602 QualType ASTContext::getTypeOfType(QualType tofType) const { in getTypeOfType() function in ASTContext