Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParseHLSLRootSignature.h79 std::optional<llvm::hlsl::rootsig::RootDescriptor> parseRootDescriptor();
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp76 auto Descriptor = parseRootDescriptor(); in parse()
220 std::optional<RootDescriptor> RootSignatureParser::parseRootDescriptor() { in parseRootDescriptor() function in clang::hlsl::RootSignatureParser