Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DToken.h267 bool isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const;
270 tok::ObjCKeywordKind getObjCKeywordID() const;
/external/clang/include/clang/Basic/
DTokenKinds.h41 enum ObjCKeywordKind { enum
DIdentifierTable.h176 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/
DParseObjc.cpp26 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/
DParser.h1228 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/
DFormatToken.h292 bool isObjCAtKeyword(tok::ObjCKeywordKind Kind) const { in isObjCAtKeyword()
/external/clang/lib/Basic/
DIdentifierTable.cpp188 tok::ObjCKeywordKind ObjCID, in AddObjCKeyword()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp146 tok::ObjCKeywordKind MethodImplKind, in ActOnProperty()
326 tok::ObjCKeywordKind MethodImplKind) { in HandlePropertyInClassExtension()
535 tok::ObjCKeywordKind MethodImplKind, in CreatePropertyDecl()
DSemaDeclObjC.cpp3110 AttributeList *AttrList, tok::ObjCKeywordKind MethodDeclKind, in ActOnMethodDeclaration()
DSemaDecl.cpp12639 TranslateIvarVisibility(tok::ObjCKeywordKind ivarVisibility) { in TranslateIvarVisibility()
12654 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.h1788 tok::ObjCKeywordKind visibility);
2838 tok::ObjCKeywordKind MethodImplKind);
2854 tok::ObjCKeywordKind MethodImplKind,
6998 tok::ObjCKeywordKind MethodImplKind,
7041 AttributeList *AttrList, tok::ObjCKeywordKind MethodImplKind,