Searched refs:ObjCKeywordKind (Results 1 – 11 of 11) sorted by relevance
/external/clang/include/clang/Lex/ |
D | Token.h | 252 bool isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const; 255 tok::ObjCKeywordKind getObjCKeywordID() const;
|
/external/clang/include/clang/Basic/ |
D | TokenKinds.h | 39 enum ObjCKeywordKind { enum
|
D | IdentifierTable.h | 170 tok::ObjCKeywordKind getObjCKeywordID() const { in getObjCKeywordID() 172 return tok::ObjCKeywordKind(ObjCOrBuiltinID); in getObjCKeywordID() 176 void setObjCKeywordID(tok::ObjCKeywordKind ID) { ObjCOrBuiltinID = ID; } in setObjCKeywordID()
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 300 tok::ObjCKeywordKind MethodImplKind; 306 tok::ObjCKeywordKind MethodImplKind) : in ObjCPropertyCallback() 366 void Parser::ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey, in ParseObjCInterfaceDeclList() 371 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword; in ParseObjCInterfaceDeclList() 435 tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID(); in ParseObjCInterfaceDeclList() 654 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodPrototype() 967 tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodDecl() 1248 tok::ObjCKeywordKind visibility, in ParseObjCClassInstanceVariables() 1301 tok::ObjCKeywordKind visibility; in ParseObjCClassInstanceVariables() 1304 ObjCIvarCallback(Parser &P, Decl *IDecl, tok::ObjCKeywordKind V, in ParseObjCClassInstanceVariables()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1119 tok::ObjCKeywordKind visibility, 1127 void ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey, 1175 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword, 1178 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 167 tok::ObjCKeywordKind ObjCID, in AddObjCKeyword()
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 121 tok::ObjCKeywordKind MethodImplKind, in ActOnProperty() 265 tok::ObjCKeywordKind MethodImplKind) { in HandlePropertyInClassExtension() 435 tok::ObjCKeywordKind MethodImplKind, in CreatePropertyDecl()
|
D | SemaDeclObjC.cpp | 2791 AttributeList *AttrList, tok::ObjCKeywordKind MethodDeclKind, in ActOnMethodDeclaration()
|
D | SemaDecl.cpp | 9732 TranslateIvarVisibility(tok::ObjCKeywordKind ivarVisibility) { in TranslateIvarVisibility() 9747 tok::ObjCKeywordKind Visibility) { in ActOnIvar()
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 46 bool Token::isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const { in isObjCAtKeyword() 53 tok::ObjCKeywordKind Token::getObjCKeywordID() const { in getObjCKeywordID()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1469 tok::ObjCKeywordKind visibility); 2312 tok::ObjCKeywordKind MethodImplKind); 2328 tok::ObjCKeywordKind MethodImplKind, 6096 tok::ObjCKeywordKind MethodImplKind, 6139 AttributeList *AttrList, tok::ObjCKeywordKind MethodImplKind,
|