Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Lex/
DToken.h281 bool isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const;
284 tok::ObjCKeywordKind getObjCKeywordID() const;
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DTokenKinds.h41 enum ObjCKeywordKind { enum
DIdentifierTable.h292 tok::ObjCKeywordKind getObjCKeywordID() const { in alignas()
294 return tok::ObjCKeywordKind(ObjCOrBuiltinID); in alignas()
298 void setObjCKeywordID(tok::ObjCKeywordKind ID) { ObjCOrBuiltinID = ID; } in alignas()
/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseObjc.cpp29 void Parser::MaybeSkipAttributes(tok::ObjCKeywordKind Kind) { in MaybeSkipAttributes()
623 void Parser::ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey, in ParseObjCInterfaceDeclList()
627 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword; in ParseObjCInterfaceDeclList()
711 tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID(); in ParseObjCInterfaceDeclList()
1025 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodPrototype()
1377 tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodDecl()
1946 tok::ObjCKeywordKind visibility, in ParseObjCClassInstanceVariables()
/openbsd/src/gnu/llvm/clang/include/clang/Parse/
DParser.h1635 void MaybeSkipAttributes(tok::ObjCKeywordKind Kind);
1654 tok::ObjCKeywordKind visibility,
1703 void ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey,
1752 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
1755 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
/openbsd/src/gnu/llvm/clang/lib/Basic/
DIdentifierTable.cpp277 tok::ObjCKeywordKind ObjCID, in AddObjCKeyword()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaObjCProperty.cpp178 tok::ObjCKeywordKind MethodImplKind, in ActOnProperty()
418 tok::ObjCKeywordKind MethodImplKind) { in HandlePropertyInClassExtension()
572 tok::ObjCKeywordKind MethodImplKind, in CreatePropertyDecl()
DSemaDeclObjC.cpp4729 const ParsedAttributesView &AttrList, tok::ObjCKeywordKind MethodDeclKind, in ActOnMethodDeclaration()
DSemaDecl.cpp18184 TranslateIvarVisibility(tok::ObjCKeywordKind ivarVisibility) { in TranslateIvarVisibility()
18199 tok::ObjCKeywordKind Visibility) { in ActOnIvar()
/openbsd/src/gnu/llvm/clang/lib/Format/
DFormatToken.h589 bool isObjCAtKeyword(tok::ObjCKeywordKind Kind) const { in isObjCAtKeyword()
DUnwrappedLineFormatter.cpp458 tok::ObjCKeywordKind kwId = in tryFitMultipleLinesInOne()
/openbsd/src/gnu/llvm/clang/lib/Lex/
DLexer.cpp57 bool Token::isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const { in isObjCAtKeyword()
66 tok::ObjCKeywordKind Token::getObjCKeywordID() const { in getObjCKeywordID()
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DSema.h3438 tok::ObjCKeywordKind visibility);
4810 tok::ObjCKeywordKind MethodImplKind);
4828 tok::ObjCKeywordKind MethodImplKind,
10362 tok::ObjCKeywordKind MethodImplKind,
10405 const ParsedAttributesView &AttrList, tok::ObjCKeywordKind MethodImplKind,