clang 22.0.0git
|
#include "clang/Lex/LexHLSLRootSignature.h"
Public Member Functions | |
RootSignatureLexer (StringRef Signature) | |
RootSignatureToken | consumeToken () |
Consumes and returns the next token. | |
RootSignatureToken | peekNextToken () |
Returns the token that proceeds CurToken. | |
bool | isEndOfBuffer () |
Definition at line 63 of file LexHLSLRootSignature.h.
|
inline |
Definition at line 65 of file LexHLSLRootSignature.h.
RootSignatureToken clang::hlsl::RootSignatureLexer::consumeToken | ( | ) |
Consumes and returns the next token.
Definition at line 117 of file LexHLSLRootSignature.cpp.
References clang::Result.
|
inline |
Definition at line 73 of file LexHLSLRootSignature.h.
RootSignatureToken clang::hlsl::RootSignatureLexer::peekNextToken | ( | ) |
Returns the token that proceeds CurToken.
Definition at line 127 of file LexHLSLRootSignature.cpp.