Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h32 enum LexerState { enum
100 std::stack<LexerState> StateStack;
H A DFormatTokenLexer.cpp30 : FormatTok(nullptr), IsFirstToken(true), StateStack({LexerState::NORMAL}), in FormatTokenLexer()
624 StateStack.push(LexerState::NORMAL); in handleTemplateStrings()
631 if (StateStack.top() != LexerState::TEMPLATE_STRING) in handleTemplateStrings()
636 StateStack.push(LexerState::TEMPLATE_STRING); in handleTemplateStrings()
654 StateStack.push(LexerState::NORMAL); in handleTemplateStrings()
827 if (StateStack.top() == LexerState::TOKEN_STASHED) { in getNextToken()
980 StateStack.push(LexerState::TOKEN_STASHED); in getNextToken()
985 StateStack.push(LexerState::TOKEN_STASHED); in getNextToken()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h259 enum LexerState : uint8_t { enum
283 LexerState State;