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

  /external/clang/lib/Basic/
TokenKinds.cpp 20 #define TOK(X) #X,
26 const char *tok::getTokenName(enum TokenKind Kind) {
27 assert(Kind < tok::NUM_TOKENS);
31 const char *tok::getTokenSimpleSpelling(enum TokenKind Kind) {
IdentifierTable.cpp 32 TokenID = tok::identifier;
119 tok::TokenKind TokenCode, unsigned Flags,
143 Table.get(Keyword, AddResult == 3 ? tok::identifier : TokenCode);
151 tok::TokenKind TokenCode,
160 tok::ObjCKeywordKind ObjCID,
170 AddKeyword(StringRef(#NAME), tok::kw_ ## NAME, \
172 #define ALIAS(NAME, TOK, FLAGS) \
173 AddKeyword(StringRef(NAME), tok::kw_ ## TOK, \
177 AddCXXOperatorKeyword(StringRef(#NAME), tok::ALIAS, *this)
    [all...]
  /external/clang/include/clang/Basic/
TokenKinds.h 19 namespace tok { namespace in namespace:clang
24 #define TOK(X) X,
67 } // end namespace tok

Completed in 199 milliseconds