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 67 inline bool isAnyIdentifier(TokenKind K) {
  /external/clang/include/clang/Lex/
Token.h 94 bool isAnyIdentifier() const {
95 return tok::isAnyIdentifier(getKind());

Completed in 29 milliseconds