Searched refs:MethodImplKind (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 145 tok::ObjCKeywordKind MethodImplKind, in ActOnProperty() argument 176 MethodImplKind); in ActOnProperty() 186 TSI, MethodImplKind); in ActOnProperty() 325 tok::ObjCKeywordKind MethodImplKind) { in HandlePropertyInClassExtension() argument 385 Attributes,AttributesAsWritten, T, MethodImplKind, DC); in HandlePropertyInClassExtension() 483 MethodImplKind, in HandlePropertyInClassExtension() 532 tok::ObjCKeywordKind MethodImplKind, in CreatePropertyDecl() argument 634 if (MethodImplKind == tok::objc_required) in CreatePropertyDecl() 636 else if (MethodImplKind == tok::objc_optional) in CreatePropertyDecl()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 327 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword; in ParseObjCInterfaceDeclList() local 335 ParseObjCMethodPrototype(MethodImplKind, false)) in ParseObjCInterfaceDeclList() 351 MethodImplKind, false); in ParseObjCInterfaceDeclList() 433 MethodImplKind = DirectiveKind; in ParseObjCInterfaceDeclList() 476 &isOverridingProperty, MethodImplKind); in ParseObjCInterfaceDeclList() 642 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodPrototype() argument 648 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind, in ParseObjCMethodPrototype() 956 tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodDecl() argument 1011 methodAttrs.getList(), MethodImplKind, in ParseObjCMethodDecl() 1142 MethodImplKind, isVariadic, MethodDefinition); in ParseObjCMethodDecl()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Parse/ |
| H A D | Parser.h | 1295 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword, 1298 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 2897 tok::ObjCKeywordKind MethodImplKind); 2913 tok::ObjCKeywordKind MethodImplKind, 7076 tok::ObjCKeywordKind MethodImplKind, 7119 AttributeList *AttrList, tok::ObjCKeywordKind MethodImplKind,
|