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

  /external/clang/lib/Lex/
TokenConcatenation.cpp 169 tok::TokenKind PrevKind = PrevTok.getKind();
171 PrevKind = tok::identifier; // Language keyword or named operator.
174 unsigned ConcatInfo = TokenInfo[PrevKind];
206 switch (PrevKind) {
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]

Completed in 2387 milliseconds