Searched refs:MethodImplKind (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaObjCProperty.cpp | 137 tok::ObjCKeywordKind MethodImplKind, in ActOnProperty() argument 168 MethodImplKind); in ActOnProperty() 178 T, TSI, MethodImplKind); in ActOnProperty() 318 tok::ObjCKeywordKind MethodImplKind) { in HandlePropertyInClassExtension() argument 383 Attributes,AttributesAsWritten, T, TSI, MethodImplKind, in HandlePropertyInClassExtension() 484 MethodImplKind, in HandlePropertyInClassExtension() 534 tok::ObjCKeywordKind MethodImplKind, in CreatePropertyDecl() argument 636 if (MethodImplKind == tok::objc_required) in CreatePropertyDecl() 638 else if (MethodImplKind == tok::objc_optional) in CreatePropertyDecl()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseObjc.cpp | 625 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword; in ParseObjCInterfaceDeclList() local 633 ParseObjCMethodPrototype(MethodImplKind, false)) in ParseObjCInterfaceDeclList() 649 MethodImplKind, false); in ParseObjCInterfaceDeclList() 731 MethodImplKind = DirectiveKind; in ParseObjCInterfaceDeclList() 782 &isOverridingProperty, MethodImplKind); in ParseObjCInterfaceDeclList() 1001 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodPrototype() argument 1007 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind, in ParseObjCMethodPrototype() 1351 tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodDecl() argument 1406 methodAttrs.getList(), MethodImplKind, in ParseObjCMethodDecl() 1537 MethodImplKind, isVariadic, MethodDefinition); in ParseObjCMethodDecl()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Parse/ |
| HD | Parser.h | 1364 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword, 1367 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 3018 tok::ObjCKeywordKind MethodImplKind); 3035 tok::ObjCKeywordKind MethodImplKind, 7274 tok::ObjCKeywordKind MethodImplKind, 7317 AttributeList *AttrList, tok::ObjCKeywordKind MethodImplKind,
|