Searched refs:ObjCKeywordKind (Results 1 – 12 of 12) sorted by relevance
/external/clang/include/clang/Lex/ |
D | Token.h | 274 bool isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const; 277 tok::ObjCKeywordKind getObjCKeywordID() const;
|
/external/clang/include/clang/Basic/ |
D | TokenKinds.h | 41 enum ObjCKeywordKind { enum
|
D | IdentifierTable.h | 183 tok::ObjCKeywordKind getObjCKeywordID() const { in getObjCKeywordID() 185 return tok::ObjCKeywordKind(ObjCOrBuiltinID); in getObjCKeywordID() 189 void setObjCKeywordID(tok::ObjCKeywordKind ID) { ObjCOrBuiltinID = ID; } in setObjCKeywordID()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1251 void MaybeSkipAttributes(tok::ObjCKeywordKind Kind); 1268 tok::ObjCKeywordKind visibility, 1317 void ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey, 1366 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword, 1369 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 27 void Parser::MaybeSkipAttributes(tok::ObjCKeywordKind Kind) { in MaybeSkipAttributes() 633 void Parser::ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey, in ParseObjCInterfaceDeclList() 637 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword; in ParseObjCInterfaceDeclList() 701 tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID(); in ParseObjCInterfaceDeclList() 1009 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodPrototype() 1360 tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodDecl() 1897 tok::ObjCKeywordKind visibility, in ParseObjCClassInstanceVariables()
|
/external/clang/lib/Format/ |
D | FormatToken.h | 301 bool isObjCAtKeyword(tok::ObjCKeywordKind Kind) const { in isObjCAtKeyword()
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 194 tok::ObjCKeywordKind ObjCID, in AddObjCKeyword()
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 184 tok::ObjCKeywordKind MethodImplKind, in ActOnProperty() 420 tok::ObjCKeywordKind MethodImplKind) { in HandlePropertyInClassExtension() 567 tok::ObjCKeywordKind MethodImplKind, in CreatePropertyDecl()
|
D | SemaDeclObjC.cpp | 4140 AttributeList *AttrList, tok::ObjCKeywordKind MethodDeclKind, in ActOnMethodDeclaration()
|
D | SemaDecl.cpp | 13237 TranslateIvarVisibility(tok::ObjCKeywordKind ivarVisibility) { in TranslateIvarVisibility() 13252 tok::ObjCKeywordKind Visibility) { in ActOnIvar()
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 36 bool Token::isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const { in isObjCAtKeyword() 43 tok::ObjCKeywordKind Token::getObjCKeywordID() const { in getObjCKeywordID()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1951 tok::ObjCKeywordKind visibility); 3067 tok::ObjCKeywordKind MethodImplKind); 3083 tok::ObjCKeywordKind MethodImplKind, 7339 tok::ObjCKeywordKind MethodImplKind, 7382 AttributeList *AttrList, tok::ObjCKeywordKind MethodImplKind,
|