Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DToken.h260 bool isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const;
263 tok::ObjCKeywordKind getObjCKeywordID() const;
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTokenKinds.h41 enum ObjCKeywordKind { enum
H A 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()
/minix/external/bsd/llvm/dist/clang/lib/Parse/
H A 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()
/minix/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h1229 void MaybeSkipAttributes(tok::ObjCKeywordKind Kind);
1239 tok::ObjCKeywordKind visibility,
1247 void ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey,
1295 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
1298 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
/minix/external/bsd/llvm/dist/clang/lib/Format/
H A DFormatToken.h306 bool isObjCAtKeyword(tok::ObjCKeywordKind Kind) const { in isObjCAtKeyword()
/minix/external/bsd/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp180 tok::ObjCKeywordKind ObjCID, in AddObjCKeyword()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp145 tok::ObjCKeywordKind MethodImplKind, in ActOnProperty()
325 tok::ObjCKeywordKind MethodImplKind) { in HandlePropertyInClassExtension()
532 tok::ObjCKeywordKind MethodImplKind, in CreatePropertyDecl()
H A DSemaDeclObjC.cpp3097 AttributeList *AttrList, tok::ObjCKeywordKind MethodDeclKind, in ActOnMethodDeclaration()
H A DSemaDecl.cpp12503 TranslateIvarVisibility(tok::ObjCKeywordKind ivarVisibility) { in TranslateIvarVisibility()
12518 tok::ObjCKeywordKind Visibility) { in ActOnIvar()
/minix/external/bsd/llvm/dist/clang/lib/Lex/
H A DLexer.cpp36 bool Token::isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const { in isObjCAtKeyword()
43 tok::ObjCKeywordKind Token::getObjCKeywordID() const { in getObjCKeywordID()
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h1861 tok::ObjCKeywordKind visibility);
2897 tok::ObjCKeywordKind MethodImplKind);
2913 tok::ObjCKeywordKind MethodImplKind,
7076 tok::ObjCKeywordKind MethodImplKind,
7119 AttributeList *AttrList, tok::ObjCKeywordKind MethodImplKind,