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