Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormatTokenLexer.h33 enum LexerState { enum
103 std::stack<LexerState> StateStack;
H A DFormatTokenLexer.cpp30 : FormatTok(nullptr), IsFirstToken(true), StateStack({LexerState::NORMAL}), in FormatTokenLexer()
1055 StateStack.push(LexerState::TOKEN_STASHED);
1060 StateStack.push(LexerState::TOKEN_STASHED);
/llvm-project-15.0.7/clang/include/clang/AST/
H A DCommentLexer.h259 enum LexerState : uint8_t { enum
283 LexerState State;