Home | History | Annotate | Download | only in AST

Lines Matching refs:DecltypeType

65     QualType VisitDecltypeType(const DecltypeType *T);
645 cast<DecltypeType>(T1)->getUnderlyingExpr(),
646 cast<DecltypeType>(T2)->getUnderlyingExpr()))
1580 QualType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) {