Home | History | Annotate | Download | only in AST

Lines Matching refs:AT

50     if (const AttributedType *AT = dyn_cast<AttributedType>(Ty)) {
51 QT = AT->desugar();
55 if (const AutoType *AT = dyn_cast<AutoType>(Ty)) {
56 if (!AT->isSugared())
58 QT = AT->desugar();
841 // Get the parameter at index TotalArgs. If index is larger