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 165 /// getObjCKeywordID - Return the Objective-C keyword ID for the this
168 tok::ObjCKeywordKind getObjCKeywordID() const {
  /external/clang/lib/Lex/
Lexer.cpp 48 return II->getObjCKeywordID() == objcKey;
52 /// getObjCKeywordID - Return the ObjC keyword kind.
53 tok::ObjCKeywordKind Token::getObjCKeywordID() const {
55 return specId ? specId->getObjCKeywordID() : tok::objc_not_keyword;
    [all...]

Completed in 45 milliseconds