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);
101 if (TKind == tok::eof) {
111 if (TKind == tok::hash && Tok.isAtStartOfLine()) {
119 if (TKind == tok::eod) {
Lexer.cpp     [all...]
  /external/clang/include/clang/Lex/
Lexer.h 438 tok::TokenKind TKind,

Completed in 167 milliseconds