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

  /src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp 1660 FormTokenWithChars(Result, CurPtr, tok::raw_identifier);
1813 FormTokenWithChars(Result, CurPtr, tok::numeric_constant);
1936 FormTokenWithChars(Result, CurPtr-1, tok::unknown);
1946 FormTokenWithChars(Result, CurPtr - 1, tok::unknown);
1966 FormTokenWithChars(Result, CurPtr, Kind);
2014 FormTokenWithChars(Result, CurPtr, tok::unknown);
2035 FormTokenWithChars(Result, CurPtr-1, tok::unknown);
2046 FormTokenWithChars(Result, CurPtr, Kind);
2068 FormTokenWithChars(Result, AfterLessPos, tok::less);
2076 FormTokenWithChars(Result, CurPtr - 1, tok::unknown)
    [all...]
PPLexerChange.cpp 322 CurLexer->FormTokenWithChars(Result, EndPos, tok::annot_module_end);
410 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof);
449 CurLexer->FormTokenWithChars(Result, EndPos, tok::annot_module_end);
496 CurLexer->FormTokenWithChars(Result, EndPos, tok::eof);
Pragma.cpp 885 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof);
PPDirectives.cpp 2040 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof);
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Lexer.h 581 /// FormTokenWithChars - When we lex a token, we have identified a span
586 void FormTokenWithChars(Token &Result, const char *TokEnd,

Completed in 83 milliseconds