Searched refs:MethodImplKind (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 598 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword; in ParseObjCInterfaceDeclList() local 606 ParseObjCMethodPrototype(MethodImplKind, false)) in ParseObjCInterfaceDeclList() 622 MethodImplKind, false); in ParseObjCInterfaceDeclList() 704 MethodImplKind = DirectiveKind; in ParseObjCInterfaceDeclList() 754 MethodImplKind); in ParseObjCInterfaceDeclList() 973 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodPrototype() argument 979 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind, in ParseObjCMethodPrototype() 1320 tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodDecl() argument 1375 MethodImplKind, false, MethodDefinition); in ParseObjCMethodDecl() 1499 MethodImplKind, isVariadic, MethodDefinition); in ParseObjCMethodDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 184 tok::ObjCKeywordKind MethodImplKind, in ActOnProperty() argument 208 T, TSI, MethodImplKind); in ActOnProperty() 219 MethodImplKind); in ActOnProperty() 426 tok::ObjCKeywordKind MethodImplKind) { in HandlePropertyInClassExtension() argument 524 T, TSI, MethodImplKind, DC); in HandlePropertyInClassExtension() 579 tok::ObjCKeywordKind MethodImplKind, in CreatePropertyDecl() argument 698 if (MethodImplKind == tok::objc_required) in CreatePropertyDecl() 700 else if (MethodImplKind == tok::objc_optional) in CreatePropertyDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/ |
| H A D | Parser.h | 1569 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword, 1572 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 3500 tok::ObjCKeywordKind MethodImplKind); 3518 tok::ObjCKeywordKind MethodImplKind, 8145 tok::ObjCKeywordKind MethodImplKind, 8188 const ParsedAttributesView &AttrList, tok::ObjCKeywordKind MethodImplKind,
|