Home | History | Annotate | Download | only in AST

Lines Matching refs:TypeOfType

64     QualType VisitTypeOfType(const TypeOfType *T);
631 cast<TypeOfType>(T1)->getUnderlyingType(),
632 cast<TypeOfType>(T2)->getUnderlyingType()))
1572 QualType ASTNodeImporter::VisitTypeOfType(const TypeOfType *T) {