Searched refs:parseRootDescriptor (Results 1 – 2 of 2) sorted by relevance
79 std::optional<llvm::hlsl::rootsig::RootDescriptor> parseRootDescriptor();
76 auto Descriptor = parseRootDescriptor(); in parse()220 std::optional<RootDescriptor> RootSignatureParser::parseRootDescriptor() { in parseRootDescriptor() function in clang::hlsl::RootSignatureParser