reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Basic/IdentifierTable.h
  219       return tok::objc_not_keyword;
tools/clang/include/clang/Parse/Parser.h
 1624             tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
 1627             tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
tools/clang/lib/Format/Format.cpp
 1775              (FormatTok->Tok.getObjCKeywordID() != tok::objc_not_keyword ||
tools/clang/lib/Format/TokenAnnotator.cpp
 2669   if (Left.is(tok::at) && Right.Tok.getObjCKeywordID() != tok::objc_not_keyword)
tools/clang/lib/Lex/Lexer.cpp
   68     return tok::objc_not_keyword;
   70   return specId ? specId->getObjCKeywordID() : tok::objc_not_keyword;
tools/clang/lib/Parse/ParseObjc.cpp
  293     ParseObjCInterfaceDeclList(tok::objc_not_keyword, CategoryType);
  597   tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword;
  681     } else if (DirectiveKind == tok::objc_not_keyword) {
tools/clang/lib/Sema/SemaDecl.cpp
16292     Visibility != tok::objc_not_keyword ? TranslateIvarVisibility(Visibility)
tools/clang/tools/libclang/CIndex.cpp
 6752       if ((II->getObjCKeywordID() != tok::objc_not_keyword) && previousWasAt) {