Searched refs:RecDecl (Results 1 – 3 of 3) sorted by relevance
139 if (const auto *RecDecl = NextTy->getAsRecordDecl()) { in deepTypeCheckForSYCLDevice() local145 llvm::copy(RecDecl->fields(), std::back_inserter(StackForRecursion)); in deepTypeCheckForSYCLDevice()
201 const NamedDecl *findDecl(const RecordDecl &RecDecl, StringRef DeclName) { in findDecl() argument202 for (const Decl *D : RecDecl.decls()) { in findDecl()
2141 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex() local2142 if (RecDecl->getDeclContext() == Owner && !RecDecl->getIdentifier()) { in findUntaggedStructOrUnionIndex()