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

  /external/clang/include/clang/Basic/
TokenKinds.h 67 inline bool isAnyIdentifier(TokenKind K) {
  /external/clang/include/clang/Lex/
Token.h 93 bool isAnyIdentifier() const {
94 return tok::isAnyIdentifier(getKind());
  /external/clang/lib/Lex/
TokenLexer.cpp 552 if (Tok.isAnyIdentifier() && RHS.isAnyIdentifier()) {

Completed in 165 milliseconds