Home
last modified time | relevance | path

Searched refs:RecDecl (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaSYCL.cpp139 if (const auto *RecDecl = NextTy->getAsRecordDecl()) { in deepTypeCheckForSYCLDevice() local
145 llvm::copy(RecDecl->fields(), std::back_inserter(StackForRecursion)); in deepTypeCheckForSYCLDevice()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2188 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex() local
2189 if (RecDecl->getDeclContext() == Owner && !RecDecl->getIdentifier()) { in findUntaggedStructOrUnionIndex()