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.h176 tok::ObjCKeywordKind getObjCKeywordID() const { function in class:clang::IdentifierInfo
/external/clang/lib/Parse/
H A DParseObjc.cpp56 switch (Tok.getObjCKeywordID()) {
457 tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID();
1311 switch (Tok.getObjCKeywordID()) {
1316 visibility = Tok.getObjCKeywordID();
2160 switch (Tok.getIdentifierInfo()->getObjCKeywordID()) {
/external/clang/lib/Lex/
H A DLexer.cpp38 return II->getObjCKeywordID() == objcKey;
42 /// getObjCKeywordID - Return the ObjC keyword kind.
43 tok::ObjCKeywordKind Token::getObjCKeywordID() const { function in class:Token
45 return specId ? specId->getObjCKeywordID() : tok::objc_not_keyword;
/external/clang/lib/Format/
H A DTokenAnnotator.cpp776 switch (Current.Next->Tok.getObjCKeywordID()) {
1463 Left.Tok.getObjCKeywordID() == tok::objc_property)
1548 if (Left.is(tok::at) && Right.Tok.getObjCKeywordID() != tok::objc_not_keyword)
1713 if (Left.Tok.getObjCKeywordID() == tok::objc_interface)
H A DUnwrappedLineParser.cpp627 switch (FormatTok->Tok.getObjCKeywordID()) {
/external/clang/tools/libclang/
H A DCIndex.cpp5196 if ((II->getObjCKeywordID() != tok::objc_not_keyword) && previousWasAt) {

Completed in 728 milliseconds