HomeSort by: relevance | last modified time | path
    Searched refs:LexerState (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatTokenLexer.h 32 enum LexerState {
100 std::stack<LexerState> StateStack;
FormatTokenLexer.cpp 30 : FormatTok(nullptr), IsFirstToken(true), StateStack({LexerState::NORMAL}),
622 StateStack.push(LexerState::NORMAL);
629 if (StateStack.top() != LexerState::TEMPLATE_STRING)
634 StateStack.push(LexerState::TEMPLATE_STRING);
652 StateStack.push(LexerState::NORMAL);
825 if (StateStack.top() == LexerState::TOKEN_STASHED) {
978 StateStack.push(LexerState::TOKEN_STASHED);
983 StateStack.push(LexerState::TOKEN_STASHED);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CommentLexer.h 259 enum LexerState : uint8_t {
283 LexerState State;

Completed in 19 milliseconds