HomeSort by relevance Sort by last modified time
    Searched refs:TKind (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Lex/
PTHLexer.cpp 61 tok::TokenKind TKind = (tok::TokenKind) (Word0 & 0xFF);
72 Tok.setKind(TKind);
100 if (TKind == tok::eof) {
116 if (TKind == tok::hash && Tok.isAtStartOfLine()) {
127 if (TKind == tok::eod) {
Lexer.cpp     [all...]
  /external/clang/include/clang/Lex/
Lexer.h 419 tok::TokenKind TKind,

Completed in 46 milliseconds