Home | History | Annotate | Download | only in AST

Lines Matching refs:DecltypeType

1685 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can)
1697 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); }
1699 QualType DecltypeType::desugar() const {
1707 : DecltypeType(E, Context.DependentTy), Context(Context) { }