Searched refs:tofType (Results 1 – 1 of 1) sorted by relevance
6053 QualType ASTContext::getTypeOfType(QualType tofType, TypeOfKind Kind) const { in getTypeOfType() argument6054 QualType Canonical = getCanonicalType(tofType); in getTypeOfType()6056 TypeOfType(*this, tofType, Canonical, Kind); in getTypeOfType()