Searched refs:ObjCKeywordKind (Results 1 – 12 of 12) sorted by relevance
/external/clang/include/clang/Lex/ |
D | Token.h | 267 bool isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const; 270 tok::ObjCKeywordKind getObjCKeywordID() const;
|
/external/clang/include/clang/Basic/ |
D | TokenKinds.h | 41 enum ObjCKeywordKind { enum
|
D | IdentifierTable.h | 176 tok::ObjCKeywordKind getObjCKeywordID() const { in getObjCKeywordID() 178 return tok::ObjCKeywordKind(ObjCOrBuiltinID); in getObjCKeywordID() 182 void setObjCKeywordID(tok::ObjCKeywordKind ID) { ObjCOrBuiltinID = ID; } in setObjCKeywordID()
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 26 void Parser::MaybeSkipAttributes(tok::ObjCKeywordKind Kind) { in MaybeSkipAttributes() 322 void Parser::ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey, in ParseObjCInterfaceDeclList() 327 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword; in ParseObjCInterfaceDeclList() 391 tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID(); in ParseObjCInterfaceDeclList() 642 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodPrototype() 956 tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodDecl() 1250 tok::ObjCKeywordKind visibility, in ParseObjCClassInstanceVariables()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1228 void MaybeSkipAttributes(tok::ObjCKeywordKind Kind); 1238 tok::ObjCKeywordKind visibility, 1246 void ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey, 1294 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword, 1297 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
|
/external/clang/lib/Format/ |
D | FormatToken.h | 292 bool isObjCAtKeyword(tok::ObjCKeywordKind Kind) const { in isObjCAtKeyword()
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 188 tok::ObjCKeywordKind ObjCID, in AddObjCKeyword()
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 146 tok::ObjCKeywordKind MethodImplKind, in ActOnProperty() 326 tok::ObjCKeywordKind MethodImplKind) { in HandlePropertyInClassExtension() 535 tok::ObjCKeywordKind MethodImplKind, in CreatePropertyDecl()
|
D | SemaDeclObjC.cpp | 3110 AttributeList *AttrList, tok::ObjCKeywordKind MethodDeclKind, in ActOnMethodDeclaration()
|
D | SemaDecl.cpp | 12639 TranslateIvarVisibility(tok::ObjCKeywordKind ivarVisibility) { in TranslateIvarVisibility() 12654 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 | 1788 tok::ObjCKeywordKind visibility); 2838 tok::ObjCKeywordKind MethodImplKind); 2854 tok::ObjCKeywordKind MethodImplKind, 6998 tok::ObjCKeywordKind MethodImplKind, 7041 AttributeList *AttrList, tok::ObjCKeywordKind MethodImplKind,
|