Searched refs:MethodImplKind (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 376 const ParsedAttributesView &AttrList, tok::ObjCKeywordKind MethodImplKind, 956 tok::ObjCKeywordKind MethodImplKind, 973 TypeSourceInfo *TSI, tok::ObjCKeywordKind MethodImplKind); 984 TypeSourceInfo *TSI, tok::ObjCKeywordKind MethodImplKind,
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 646 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword; in ParseObjCInterfaceDeclList() local 654 ParseObjCMethodPrototype(MethodImplKind, false)) in ParseObjCInterfaceDeclList() 670 MethodImplKind, false); in ParseObjCInterfaceDeclList() 770 MethodImplKind = DirectiveKind; in ParseObjCInterfaceDeclList() 818 MethodImplKind); in ParseObjCInterfaceDeclList() 1043 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodPrototype() argument 1049 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind, in ParseObjCMethodPrototype() 1395 tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodDecl() argument 1449 MethodImplKind, false, MethodDefinition); in ParseObjCMethodDecl() 1570 MethodImplKind, isVariadic, MethodDefinition); in ParseObjCMethodDecl()
|
/freebsd/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() 409 TypeSourceInfo *TSI, tok::ObjCKeywordKind MethodImplKind) { in HandlePropertyInClassExtension() argument 508 T, TSI, MethodImplKind, DC); in HandlePropertyInClassExtension() 556 TypeSourceInfo *TInfo, tok::ObjCKeywordKind MethodImplKind, in CreatePropertyDecl() argument 677 if (MethodImplKind == tok::objc_required) in CreatePropertyDecl() 679 else if (MethodImplKind == tok::objc_optional) in CreatePropertyDecl()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 1823 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword, 1826 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
|