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