Home | History | Annotate | Download | only in AST

Lines Matching defs:At

52     if (const AttributedType *AT = dyn_cast<AttributedType>(Ty)) {
53 QT = AT->desugar();
57 if (const AdjustedType *AT = dyn_cast<AdjustedType>(Ty)) {
58 QT = AT->desugar();
62 if (const AutoType *AT = dyn_cast<AutoType>(Ty)) {
63 if (!AT->isSugared())
65 QT = AT->desugar();
380 const Attr *At = reinterpret_cast<Attr *>(Val);
381 assert(At && "Received null Attr object!");
382 OS << '\'' << At->getSpelling() << '\'';
874 // Get the parameter at index TotalArgs. If index is larger