Searched refs:RecDecl (Results 1 – 2 of 2) sorted by relevance
123 if (const auto *RecDecl = NextTy->getAsRecordDecl()) { in deepTypeCheckForSYCLDevice() local129 llvm::copy(RecDecl->fields(), std::back_inserter(StackForRecursion)); in deepTypeCheckForSYCLDevice()
2315 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex() local2316 if (RecDecl->getDeclContext() == Owner && !RecDecl->getIdentifier()) { in findUntaggedStructOrUnionIndex()