Home | History | Annotate | Download | only in AST

Lines Matching defs:Underlying

140     QualType Underlying;
149 Underlying = CTy->desugar(); \
162 if (isa<VectorType>(Underlying))
166 if (const TagType *UTT = Underlying->getAs<TagType>())
173 QT = Underlying;
898 /// operator-> - Allow access to the underlying TemplateArgument.