Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormatTokenLexer.h32 enum LexerState { enum
89 std::stack<LexerState> StateStack;
H A DFormatTokenLexer.cpp29 : FormatTok(nullptr), IsFirstToken(true), StateStack({LexerState::NORMAL}), in FormatTokenLexer()
273 StateStack.push(LexerState::NORMAL); in handleTemplateStrings()
280 if (StateStack.top() != LexerState::TEMPLATE_STRING) in handleTemplateStrings()
285 StateStack.push(LexerState::TEMPLATE_STRING); in handleTemplateStrings()
303 StateStack.push(LexerState::NORMAL); in handleTemplateStrings()
476 if (StateStack.top() == LexerState::TOKEN_STASHED) { in getNextToken()
628 StateStack.push(LexerState::TOKEN_STASHED); in getNextToken()
633 StateStack.push(LexerState::TOKEN_STASHED); in getNextToken()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentLexer.h254 enum LexerState { enum
278 LexerState State;