reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ASTContext.cpp
 4873   if (tofExpr->isTypeDependent()) {
 4875     DependentTypeOfExprType::Profile(ID, *this, tofExpr);
 4883       toe = new (*this, TypeAlignment) TypeOfExprType(tofExpr,
 4888         = new (*this, TypeAlignment) DependentTypeOfExprType(*this, tofExpr);
 4893     QualType Canonical = getCanonicalType(tofExpr->getType());
 4894     toe = new (*this, TypeAlignment) TypeOfExprType(tofExpr, Canonical);