Searched refs:getObjCKeywordID (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/Lex/
H A DToken.h248 tok::ObjCKeywordKind getObjCKeywordID() const;
/external/clang/include/clang/Basic/
H A DIdentifierTable.h179 tok::ObjCKeywordKind getObjCKeywordID() const { function in class:clang::IdentifierInfo
/external/clang/lib/Parse/
H A DParseObjc.cpp56 switch (Tok.getObjCKeywordID()) {
453 tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID();
1307 switch (Tok.getObjCKeywordID()) {
1312 visibility = Tok.getObjCKeywordID();
2158 switch (Tok.getIdentifierInfo()->getObjCKeywordID()) {
/external/clang/lib/Lex/
H A DLexer.cpp50 return II->getObjCKeywordID() == objcKey;
54 /// getObjCKeywordID - Return the ObjC keyword kind.
55 tok::ObjCKeywordKind Token::getObjCKeywordID() const { function in class:Token
57 return specId ? specId->getObjCKeywordID() : tok::objc_not_keyword;
/external/clang/lib/Format/
H A DTokenAnnotator.cpp675 switch (Current.Next->Tok.getObjCKeywordID()) {
1177 if (Left.is(tok::at) && Right.Tok.getObjCKeywordID() != tok::objc_not_keyword)
H A DUnwrappedLineParser.cpp488 switch (FormatTok->Tok.getObjCKeywordID()) {
/external/clang/tools/libclang/
H A DCIndex.cpp4976 if ((II->getObjCKeywordID() != tok::objc_not_keyword) && previousWasAt) {

Completed in 228 milliseconds