Searched refs:MethodImplKind (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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() 718 MethodImplKind = DirectiveKind; in ParseObjCInterfaceDeclList() 766 MethodImplKind); in ParseObjCInterfaceDeclList() 991 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodPrototype() argument 997 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind, in ParseObjCMethodPrototype() 1339 tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodDecl() argument 1392 MethodImplKind, false, MethodDefinition); in ParseObjCMethodDecl() 1513 MethodImplKind, isVariadic, MethodDefinition); in ParseObjCMethodDecl()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
| H A D | Parser.h | 1715 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword, 1718 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 4395 tok::ObjCKeywordKind MethodImplKind); 4413 tok::ObjCKeywordKind MethodImplKind, 9644 tok::ObjCKeywordKind MethodImplKind, 9687 const ParsedAttributesView &AttrList, tok::ObjCKeywordKind MethodImplKind,
|