Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h29 enum LexerState { enum
114 std::stack<LexerState> StateStack;
H A DFormatTokenLexer.cpp30 : FormatTok(nullptr), IsFirstToken(true), StateStack({LexerState::NORMAL}), in FormatTokenLexer()
889 StateStack.push(LexerState::NORMAL); in handleTemplateStrings()
896 if (StateStack.top() != LexerState::TEMPLATE_STRING) in handleTemplateStrings()
901 StateStack.push(LexerState::TEMPLATE_STRING); in handleTemplateStrings()
920 StateStack.push(LexerState::NORMAL); in handleTemplateStrings()
1143 if (StateStack.top() == LexerState::TOKEN_STASHED) { in getNextToken()
1312 StateStack.push(LexerState::TOKEN_STASHED); in getNextToken()
1317 StateStack.push(LexerState::TOKEN_STASHED); in getNextToken()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h259 enum LexerState : uint8_t { enum
283 LexerState State;