Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParseHLSLRootSignature.h103 parseRootDescriptorParams(RootSignatureToken::Kind DescKind,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp252 auto Params = parseRootDescriptorParams(DescriptorKind, ExpectedReg); in parseRootDescriptor()
558 RootSignatureParser::parseRootDescriptorParams(TokenKind DescKind, in parseRootDescriptorParams() function in clang::hlsl::RootSignatureParser