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 62 tok::TokenKind TKind = (tok::TokenKind) (Word0 & 0xFF);
73 Tok.setKind(TKind);
102 if (TKind == tok::eof) {
112 if (TKind == tok::hash && Tok.isAtStartOfLine()) {
120 if (TKind == tok::eod) {
Lexer.cpp     [all...]
  /external/clang/include/clang/Lex/
Lexer.h 418 tok::TokenKind TKind,

Completed in 73 milliseconds