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

References

tools/clang/include/clang/Basic/IdentifierTable.h
  215   tok::ObjCKeywordKind getObjCKeywordID() const {
  221   void setObjCKeywordID(tok::ObjCKeywordKind ID) { ObjCOrBuiltinID = ID; }
tools/clang/include/clang/Lex/Token.h
  279   bool isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const;
  282   tok::ObjCKeywordKind getObjCKeywordID() const;
tools/clang/include/clang/Parse/Parser.h
 1508   void MaybeSkipAttributes(tok::ObjCKeywordKind Kind);
 1525                                        tok::ObjCKeywordKind visibility,
 1574   void ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey,
 1624             tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
 1627             tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
tools/clang/include/clang/Sema/Sema.h
 2612                   tok::ObjCKeywordKind visibility);
 3840                       tok::ObjCKeywordKind MethodImplKind);
 3858                                        tok::ObjCKeywordKind MethodImplKind,
 8704                       tok::ObjCKeywordKind MethodImplKind,
 8747       const ParsedAttributesView &AttrList, tok::ObjCKeywordKind MethodImplKind,
tools/clang/lib/Basic/IdentifierTable.cpp
  190                            tok::ObjCKeywordKind ObjCID,
tools/clang/lib/Format/FormatToken.h
  363   bool isObjCAtKeyword(tok::ObjCKeywordKind Kind) const {
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  348       tok::ObjCKeywordKind kwId = I[-1]->First->Next->Tok.getObjCKeywordID();
tools/clang/lib/Lex/Lexer.cpp
   57 bool Token::isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const {
   66 tok::ObjCKeywordKind Token::getObjCKeywordID() const {
tools/clang/lib/Parse/ParseObjc.cpp
   27 void Parser::MaybeSkipAttributes(tok::ObjCKeywordKind Kind) {
  593 void Parser::ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey,
  597   tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword;
  675     tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID();
  982 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind,
 1329                                   tok::ObjCKeywordKind MethodImplKind,
 1901                                              tok::ObjCKeywordKind visibility,
tools/clang/lib/Sema/SemaDecl.cpp
16240 TranslateIvarVisibility(tok::ObjCKeywordKind ivarVisibility) {
16255                                 tok::ObjCKeywordKind Visibility) {
tools/clang/lib/Sema/SemaDeclObjC.cpp
 4547     const ParsedAttributesView &AttrList, tok::ObjCKeywordKind MethodDeclKind,
tools/clang/lib/Sema/SemaObjCProperty.cpp
  183                           tok::ObjCKeywordKind MethodImplKind,
  425                                      tok::ObjCKeywordKind MethodImplKind) {
  578                                            tok::ObjCKeywordKind MethodImplKind,