Home | History | Annotate | Download | only in AST

Lines Matching refs:TypeOfType

63     QualType VisitTypeOfType(const TypeOfType *T);
668 cast<TypeOfType>(T1)->getUnderlyingType(),
669 cast<TypeOfType>(T2)->getUnderlyingType()))
1707 QualType ASTNodeImporter::VisitTypeOfType(const TypeOfType *T) {