Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParseHLSLRootSignature.h149 parseStaticBorderColor(RootSignatureToken::Kind Context);
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp858 auto BorderColor = parseStaticBorderColor(TokenKind::kw_borderColor); in parseStaticSamplerParams()
1130 RootSignatureParser::parseStaticBorderColor(TokenKind Context) { in parseStaticBorderColor() function in clang::hlsl::RootSignatureParser