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

  /external/clang/include/clang/Basic/
TokenKinds.h 73 inline bool isAnyIdentifier(TokenKind K) {
  /external/clang/include/clang/Lex/
Token.h 107 bool isAnyIdentifier() const {
108 return tok::isAnyIdentifier(getKind());

Completed in 2077 milliseconds