Searched refs:MethodImplKind (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 627 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword; in ParseObjCInterfaceDeclList() local 635 ParseObjCMethodPrototype(MethodImplKind, false)) in ParseObjCInterfaceDeclList() 651 MethodImplKind, false); in ParseObjCInterfaceDeclList() 752 MethodImplKind = DirectiveKind; in ParseObjCInterfaceDeclList() 800 MethodImplKind); in ParseObjCInterfaceDeclList() 1025 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodPrototype() argument 1031 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind, in ParseObjCMethodPrototype() 1377 tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodDecl() argument 1430 MethodImplKind, false, MethodDefinition); in ParseObjCMethodDecl() 1552 MethodImplKind, isVariadic, MethodDefinition); in ParseObjCMethodDecl()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
| H A D | Parser.h | 1752 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword, 1755 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 4810 tok::ObjCKeywordKind MethodImplKind); 4828 tok::ObjCKeywordKind MethodImplKind, 10362 tok::ObjCKeywordKind MethodImplKind, 10405 const ParsedAttributesView &AttrList, tok::ObjCKeywordKind MethodImplKind,
|