Searched refs:tofType (Results 1 – 1 of 1) sorted by relevance
5643 QualType ASTContext::getTypeOfType(QualType tofType, TypeOfKind Kind) const { in getTypeOfType() argument5644 QualType Canonical = getCanonicalType(tofType); in getTypeOfType()5646 new (*this, alignof(TypeOfType)) TypeOfType(tofType, Canonical, Kind); in getTypeOfType()