Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6436 QualType ASTContext::getTypeOfExprType(Expr *tofExpr, TypeOfKind Kind) const { in getTypeOfExprType() argument
6438 if (tofExpr->isTypeDependent()) { in getTypeOfExprType()
6440 DependentTypeOfExprType::Profile(ID, *this, tofExpr, in getTypeOfExprType()
6450 *this, tofExpr, Kind, QualType((TypeOfExprType *)Canon, 0)); in getTypeOfExprType()
6454 DependentTypeOfExprType(*this, tofExpr, Kind); in getTypeOfExprType()
6459 QualType Canonical = getCanonicalType(tofExpr->getType()); in getTypeOfExprType()
6461 TypeOfExprType(*this, tofExpr, Kind, Canonical); in getTypeOfExprType()