Searched refs:MethodImplKind (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 645 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword; in ParseObjCInterfaceDeclList() local 653 ParseObjCMethodPrototype(MethodImplKind, false)) in ParseObjCInterfaceDeclList() 669 MethodImplKind, false); in ParseObjCInterfaceDeclList() 768 MethodImplKind = DirectiveKind; in ParseObjCInterfaceDeclList() 816 MethodImplKind); in ParseObjCInterfaceDeclList() 1038 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodPrototype() argument 1044 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind, in ParseObjCMethodPrototype() 1390 tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodDecl() argument 1443 MethodImplKind, false, MethodDefinition); in ParseObjCMethodDecl() 1565 MethodImplKind, isVariadic, MethodDefinition); in ParseObjCMethodDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 178 tok::ObjCKeywordKind MethodImplKind, in ActOnProperty() argument 203 T, TSI, MethodImplKind); in ActOnProperty() 214 MethodImplKind); in ActOnProperty() 418 tok::ObjCKeywordKind MethodImplKind) { in HandlePropertyInClassExtension() argument 517 T, TSI, MethodImplKind, DC); in HandlePropertyInClassExtension() 572 tok::ObjCKeywordKind MethodImplKind, in CreatePropertyDecl() argument 692 if (MethodImplKind == tok::objc_required) in CreatePropertyDecl() 694 else if (MethodImplKind == tok::objc_optional) in CreatePropertyDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1772 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword, 1775 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4936 tok::ObjCKeywordKind MethodImplKind); 4954 tok::ObjCKeywordKind MethodImplKind, 10680 tok::ObjCKeywordKind MethodImplKind, 10723 const ParsedAttributesView &AttrList, tok::ObjCKeywordKind MethodImplKind,
|