Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6472 QualType ASTContext::getTypeOfType(QualType tofType, TypeOfKind Kind) const { in getTypeOfType() argument
6473 QualType Canonical = getCanonicalType(tofType); in getTypeOfType()
6475 TypeOfType(*this, tofType, Canonical, Kind); in getTypeOfType()