Home
last modified time | relevance | path

Searched refs:tofType (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp5656 QualType ASTContext::getTypeOfType(QualType tofType, TypeOfKind Kind) const { in getTypeOfType() argument
5657 QualType Canonical = getCanonicalType(tofType); in getTypeOfType()
5659 new (*this, TypeAlignment) TypeOfType(tofType, Canonical, Kind); in getTypeOfType()