Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DToken.h274 bool isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const;
277 tok::ObjCKeywordKind getObjCKeywordID() const;
/external/clang/include/clang/Basic/
DTokenKinds.h41 enum ObjCKeywordKind { enum
DIdentifierTable.h183 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/
DParser.h1251 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/
DParseObjc.cpp27 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/
DFormatToken.h301 bool isObjCAtKeyword(tok::ObjCKeywordKind Kind) const { in isObjCAtKeyword()
/external/clang/lib/Basic/
DIdentifierTable.cpp194 tok::ObjCKeywordKind ObjCID, in AddObjCKeyword()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp184 tok::ObjCKeywordKind MethodImplKind, in ActOnProperty()
420 tok::ObjCKeywordKind MethodImplKind) { in HandlePropertyInClassExtension()
567 tok::ObjCKeywordKind MethodImplKind, in CreatePropertyDecl()
DSemaDeclObjC.cpp4140 AttributeList *AttrList, tok::ObjCKeywordKind MethodDeclKind, in ActOnMethodDeclaration()
DSemaDecl.cpp13237 TranslateIvarVisibility(tok::ObjCKeywordKind ivarVisibility) { in TranslateIvarVisibility()
13252 tok::ObjCKeywordKind Visibility) { in ActOnIvar()
/external/clang/lib/Lex/
DLexer.cpp36 bool Token::isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const { in isObjCAtKeyword()
43 tok::ObjCKeywordKind Token::getObjCKeywordID() const { in getObjCKeywordID()
/external/clang/include/clang/Sema/
DSema.h1951 tok::ObjCKeywordKind visibility);
3067 tok::ObjCKeywordKind MethodImplKind);
3083 tok::ObjCKeywordKind MethodImplKind,
7339 tok::ObjCKeywordKind MethodImplKind,
7382 AttributeList *AttrList, tok::ObjCKeywordKind MethodImplKind,