Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DToken.h276 bool isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const;
279 tok::ObjCKeywordKind getObjCKeywordID() const;
/external/clang/include/clang/Basic/
DIdentifierTable.h186 tok::ObjCKeywordKind getObjCKeywordID() const { in getObjCKeywordID()
188 return tok::ObjCKeywordKind(ObjCOrBuiltinID); in getObjCKeywordID()
192 void setObjCKeywordID(tok::ObjCKeywordKind ID) { ObjCOrBuiltinID = ID; } in setObjCKeywordID()
DTokenKinds.h41 enum ObjCKeywordKind { enum
/external/clang/include/clang/Parse/
DParser.h1273 void MaybeSkipAttributes(tok::ObjCKeywordKind Kind);
1290 tok::ObjCKeywordKind visibility,
1339 void ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey,
1388 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
1391 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
/external/clang/lib/Parse/
DParseObjc.cpp28 void Parser::MaybeSkipAttributes(tok::ObjCKeywordKind Kind) { in MaybeSkipAttributes()
619 void Parser::ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey, in ParseObjCInterfaceDeclList()
623 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword; in ParseObjCInterfaceDeclList()
687 tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID(); in ParseObjCInterfaceDeclList()
998 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodPrototype()
1348 tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodDecl()
1922 tok::ObjCKeywordKind visibility, in ParseObjCClassInstanceVariables()
/external/clang/lib/Format/
DFormatToken.h316 bool isObjCAtKeyword(tok::ObjCKeywordKind Kind) const { in isObjCAtKeyword()
/external/clang/lib/Basic/
DIdentifierTable.cpp195 tok::ObjCKeywordKind ObjCID, in AddObjCKeyword()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp184 tok::ObjCKeywordKind MethodImplKind, in ActOnProperty()
421 tok::ObjCKeywordKind MethodImplKind) { in HandlePropertyInClassExtension()
571 tok::ObjCKeywordKind MethodImplKind, in CreatePropertyDecl()
DSemaDeclObjC.cpp4289 AttributeList *AttrList, tok::ObjCKeywordKind MethodDeclKind, in ActOnMethodDeclaration()
DSemaDecl.cpp13691 TranslateIvarVisibility(tok::ObjCKeywordKind ivarVisibility) { in TranslateIvarVisibility()
13706 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.h2011 tok::ObjCKeywordKind visibility);
3141 tok::ObjCKeywordKind MethodImplKind);
3157 tok::ObjCKeywordKind MethodImplKind,
7509 tok::ObjCKeywordKind MethodImplKind,
7553 AttributeList *AttrList, tok::ObjCKeywordKind MethodImplKind,