Searched refs:tofExpr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 6017 QualType ASTContext::getTypeOfExprType(Expr *tofExpr, TypeOfKind Kind) const { in getTypeOfExprType() argument 6019 if (tofExpr->isTypeDependent()) { in getTypeOfExprType() 6021 DependentTypeOfExprType::Profile(ID, *this, tofExpr, in getTypeOfExprType() 6031 *this, tofExpr, Kind, QualType((TypeOfExprType *)Canon, 0)); in getTypeOfExprType() 6035 DependentTypeOfExprType(*this, tofExpr, Kind); in getTypeOfExprType() 6040 QualType Canonical = getCanonicalType(tofExpr->getType()); in getTypeOfExprType() 6042 TypeOfExprType(*this, tofExpr, Kind, Canonical); in getTypeOfExprType()
|