Home | History | Annotate | Download | only in AST

Lines Matching defs:Underlying

80     QualType Underlying;
89 Underlying = CTy->desugar(); \
102 if (isa<VectorType>(Underlying))
106 if (const TagType *UTT = Underlying->getAs<TagType>())
113 QT = Underlying;
779 /// operator-> - Allow access to the underlying TemplateArgument.