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

  /external/clang/include/clang/Basic/
IdentifierTable.h 162 /// getObjCKeywordID - Return the Objective-C keyword ID for the this
165 tok::ObjCKeywordKind getObjCKeywordID() const {
  /external/clang/lib/Lex/
Lexer.cpp 47 return II->getObjCKeywordID() == objcKey;
51 /// getObjCKeywordID - Return the ObjC keyword kind.
52 tok::ObjCKeywordKind Token::getObjCKeywordID() const {
54 return specId ? specId->getObjCKeywordID() : tok::objc_not_keyword;
    [all...]

Completed in 489 milliseconds