Home | History | Annotate | Download | only in Sema

Lines Matching defs:RT

2075     const RecordType *RT = CurrentObjectType->getAs<RecordType>();
2076 if (!RT) {
2090 DeclContext::lookup_result Lookup = RT->getDecl()->lookup(FieldName);
2127 llvm::make_unique<FieldInitializerValidatorCCC>(RT->getDecl()),
2128 Sema::CTK_ErrorRecovery, RT->getDecl())) {
2146 for (auto *FI : RT->getDecl()->fields()) {
2159 if (RT->getDecl()->isUnion()) {
2301 if (RT->getDecl()->isUnion())
4336 if (const RecordType *RT = T->getAs<RecordType>()) {
4337 if (CXXRecordDecl *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) {