Searched refs:ObjCKeywordKind (Results 1 – 12 of 12) sorted by relevance
/external/clang/include/clang/Lex/ |
D | Token.h | 276 bool isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const; 279 tok::ObjCKeywordKind getObjCKeywordID() const;
|
/external/clang/include/clang/Basic/ |
D | IdentifierTable.h | 186 tok::ObjCKeywordKind getObjCKeywordID() const { in getObjCKeywordID() 188 return tok::ObjCKeywordKind(ObjCOrBuiltinID); in getObjCKeywordID() 192 void setObjCKeywordID(tok::ObjCKeywordKind ID) { ObjCOrBuiltinID = ID; } in setObjCKeywordID()
|
D | TokenKinds.h | 41 enum ObjCKeywordKind { enum
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1273 void MaybeSkipAttributes(tok::ObjCKeywordKind Kind); 1290 tok::ObjCKeywordKind visibility, 1339 void ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey, 1388 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword, 1391 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 28 void Parser::MaybeSkipAttributes(tok::ObjCKeywordKind Kind) { in MaybeSkipAttributes() 619 void Parser::ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey, in ParseObjCInterfaceDeclList() 623 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword; in ParseObjCInterfaceDeclList() 687 tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID(); in ParseObjCInterfaceDeclList() 998 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodPrototype() 1348 tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodDecl() 1922 tok::ObjCKeywordKind visibility, in ParseObjCClassInstanceVariables()
|
/external/clang/lib/Format/ |
D | FormatToken.h | 316 bool isObjCAtKeyword(tok::ObjCKeywordKind Kind) const { in isObjCAtKeyword()
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 195 tok::ObjCKeywordKind ObjCID, in AddObjCKeyword()
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 184 tok::ObjCKeywordKind MethodImplKind, in ActOnProperty() 421 tok::ObjCKeywordKind MethodImplKind) { in HandlePropertyInClassExtension() 571 tok::ObjCKeywordKind MethodImplKind, in CreatePropertyDecl()
|
D | SemaDeclObjC.cpp | 4289 AttributeList *AttrList, tok::ObjCKeywordKind MethodDeclKind, in ActOnMethodDeclaration()
|
D | SemaDecl.cpp | 13691 TranslateIvarVisibility(tok::ObjCKeywordKind ivarVisibility) { in TranslateIvarVisibility() 13706 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 | 2011 tok::ObjCKeywordKind visibility); 3141 tok::ObjCKeywordKind MethodImplKind); 3157 tok::ObjCKeywordKind MethodImplKind, 7509 tok::ObjCKeywordKind MethodImplKind, 7553 AttributeList *AttrList, tok::ObjCKeywordKind MethodImplKind,
|