Searched refs:ObjCKeywordKind (Results 1 – 13 of 13) sorted by relevance
| /openbsd/src/gnu/llvm/clang/include/clang/Lex/ |
| D | Token.h | 281 bool isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const; 284 tok::ObjCKeywordKind getObjCKeywordID() const;
|
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| D | TokenKinds.h | 41 enum ObjCKeywordKind { enum
|
| D | IdentifierTable.h | 292 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/ |
| D | ParseObjc.cpp | 29 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/ |
| D | Parser.h | 1635 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/ |
| D | IdentifierTable.cpp | 277 tok::ObjCKeywordKind ObjCID, in AddObjCKeyword()
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaObjCProperty.cpp | 178 tok::ObjCKeywordKind MethodImplKind, in ActOnProperty() 418 tok::ObjCKeywordKind MethodImplKind) { in HandlePropertyInClassExtension() 572 tok::ObjCKeywordKind MethodImplKind, in CreatePropertyDecl()
|
| D | SemaDeclObjC.cpp | 4729 const ParsedAttributesView &AttrList, tok::ObjCKeywordKind MethodDeclKind, in ActOnMethodDeclaration()
|
| D | SemaDecl.cpp | 18184 TranslateIvarVisibility(tok::ObjCKeywordKind ivarVisibility) { in TranslateIvarVisibility() 18199 tok::ObjCKeywordKind Visibility) { in ActOnIvar()
|
| /openbsd/src/gnu/llvm/clang/lib/Format/ |
| D | FormatToken.h | 589 bool isObjCAtKeyword(tok::ObjCKeywordKind Kind) const { in isObjCAtKeyword()
|
| D | UnwrappedLineFormatter.cpp | 458 tok::ObjCKeywordKind kwId = in tryFitMultipleLinesInOne()
|
| /openbsd/src/gnu/llvm/clang/lib/Lex/ |
| D | Lexer.cpp | 57 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/ |
| D | Sema.h | 3438 tok::ObjCKeywordKind visibility); 4810 tok::ObjCKeywordKind MethodImplKind); 4828 tok::ObjCKeywordKind MethodImplKind, 10362 tok::ObjCKeywordKind MethodImplKind, 10405 const ParsedAttributesView &AttrList, tok::ObjCKeywordKind MethodImplKind,
|