Searched defs:getObjCKeywordID (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
H A DIdentifierTable.h162 /// getObjCKeywordID - Return the Objective-C keyword ID for the this
165 tok::ObjCKeywordKind getObjCKeywordID() const { function in class:clang::IdentifierInfo
/external/clang/lib/Lex/
H A DLexer.cpp47 return II->getObjCKeywordID() == objcKey;
51 /// getObjCKeywordID - Return the ObjC keyword kind.
52 tok::ObjCKeywordKind Token::getObjCKeywordID() const { function in class:Token
54 return specId ? specId->getObjCKeywordID() : tok::objc_not_keyword;

Completed in 254 milliseconds