Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp3644 std::optional<uint32_t> RegisterSlot; in initGlobalResourceDecl() local
3649 RegisterSlot = RBA->getSlotNumber(); in initGlobalResourceDecl()
3670 if (RegisterSlot.has_value()) { in initGlobalResourceDecl()
3672 AST, llvm::APInt(UIntTySize, RegisterSlot.value()), AST.UnsignedIntTy, in initGlobalResourceDecl()