Home
last modified time | relevance | path

Searched refs:ObjCKeywordKind (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/Lex/
DToken.h252 bool isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const;
255 tok::ObjCKeywordKind getObjCKeywordID() const;
/external/clang/include/clang/Basic/
DTokenKinds.h39 enum ObjCKeywordKind { enum
DIdentifierTable.h170 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/
DParseObjc.cpp300 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/
DParser.h1119 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/
DIdentifierTable.cpp167 tok::ObjCKeywordKind ObjCID, in AddObjCKeyword()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp121 tok::ObjCKeywordKind MethodImplKind, in ActOnProperty()
265 tok::ObjCKeywordKind MethodImplKind) { in HandlePropertyInClassExtension()
435 tok::ObjCKeywordKind MethodImplKind, in CreatePropertyDecl()
DSemaDeclObjC.cpp2791 AttributeList *AttrList, tok::ObjCKeywordKind MethodDeclKind, in ActOnMethodDeclaration()
DSemaDecl.cpp9732 TranslateIvarVisibility(tok::ObjCKeywordKind ivarVisibility) { in TranslateIvarVisibility()
9747 tok::ObjCKeywordKind Visibility) { in ActOnIvar()
/external/clang/lib/Lex/
DLexer.cpp46 bool Token::isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const { in isObjCAtKeyword()
53 tok::ObjCKeywordKind Token::getObjCKeywordID() const { in getObjCKeywordID()
/external/clang/include/clang/Sema/
DSema.h1469 tok::ObjCKeywordKind visibility);
2312 tok::ObjCKeywordKind MethodImplKind);
2328 tok::ObjCKeywordKind MethodImplKind,
6096 tok::ObjCKeywordKind MethodImplKind,
6139 AttributeList *AttrList, tok::ObjCKeywordKind MethodImplKind,