Searched refs:skipUntilExpectedToken (Results 1 – 2 of 2) sorted by relevance
46 skipUntilExpectedToken(RootElementKeywords); in parse()56 skipUntilExpectedToken(RootElementKeywords); in parse()69 skipUntilExpectedToken(RootElementKeywords); in parse()79 skipUntilExpectedToken(RootElementKeywords); in parse()88 skipUntilExpectedToken(RootElementKeywords); in parse()97 skipUntilExpectedToken(RootElementKeywords); in parse()302 skipUntilExpectedToken(TokenKind::pu_r_paren); in parseDescriptorTable()1413 bool RootSignatureParser::skipUntilExpectedToken(TokenKind Expected) { in skipUntilExpectedToken() function in clang::hlsl::RootSignatureParser1414 return skipUntilExpectedToken(ArrayRef{Expected}); in skipUntilExpectedToken()1417 bool RootSignatureParser::skipUntilExpectedToken( in skipUntilExpectedToken() function in clang::hlsl::RootSignatureParser[all …]
206 bool skipUntilExpectedToken(RootSignatureToken::Kind Expected);207 bool skipUntilExpectedToken(ArrayRef<RootSignatureToken::Kind> Expected);