Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexHLSLRootSignature.cpp70 char NextC = Buffer[1]; in lexToken() local
73 if ((C == 't' || C == 's' || C == 'u' || C == 'b') && isdigit(NextC)) { in lexToken()