Home | History | Annotate | Download | only in AST

Lines Matching defs:RT

74       QualType RT = Desugar(Context, SugarRT, DesugarReturn);
76 RT = Context.getAttributedType(
77 AttributedType::getNullabilityAttrKind(*nullability), RT, RT);
97 QT = FPT ? Context.getFunctionType(RT, Args, FPT->getExtProtoInfo())
98 : Context.getFunctionNoProtoType(RT, FT->getExtInfo());
918 const RecordType *RT = Ty->getAs<RecordType>();
920 if (!RT)
924 dyn_cast<ClassTemplateSpecializationDecl>(RT->getDecl());