Searched refs:MethodImplKind (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 597 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword; in ParseObjCInterfaceDeclList() local 605 ParseObjCMethodPrototype(MethodImplKind, false)) in ParseObjCInterfaceDeclList() 621 MethodImplKind, false); in ParseObjCInterfaceDeclList() 720 MethodImplKind = DirectiveKind; in ParseObjCInterfaceDeclList() 768 MethodImplKind); in ParseObjCInterfaceDeclList() 993 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodPrototype() argument 999 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind, in ParseObjCMethodPrototype() 1345 tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodDecl() argument 1398 MethodImplKind, false, MethodDefinition); in ParseObjCMethodDecl() 1520 MethodImplKind, isVariadic, MethodDefinition); in ParseObjCMethodDecl()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | Parser.h | 1732 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword, 1735 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 4687 tok::ObjCKeywordKind MethodImplKind); 4705 tok::ObjCKeywordKind MethodImplKind, 10038 tok::ObjCKeywordKind MethodImplKind, 10081 const ParsedAttributesView &AttrList, tok::ObjCKeywordKind MethodImplKind,
|