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 31 TokenID = tok::identifier;
111 tok::TokenKind TokenCode, unsigned Flags,
133 Table.get(Keyword, AddResult == 3 ? tok::identifier : TokenCode);
141 tok::TokenKind TokenCode,
150 tok::ObjCKeywordKind ObjCID,
160 AddKeyword(StringRef(#NAME), tok::kw_ ## NAME, \
162 #define ALIAS(NAME, TOK, FLAGS) \
163 AddKeyword(StringRef(NAME), tok::kw_ ## TOK, \
167 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 307 milliseconds