Searched refs:MethodImplKind (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 321 tok::ObjCKeywordKind MethodImplKind; member 327 tok::ObjCKeywordKind MethodImplKind) : in ObjCPropertyCallback() 329 MethodImplKind(MethodImplKind) { in ObjCPropertyCallback() 365 MethodImplKind); in invoke() 393 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword; in ParseObjCInterfaceDeclList() local 401 ParseObjCMethodPrototype(MethodImplKind, false)) in ParseObjCInterfaceDeclList() 417 MethodImplKind, false); in ParseObjCInterfaceDeclList() 499 MethodImplKind = DirectiveKind; in ParseObjCInterfaceDeclList() 515 OCDS, AtLoc, LParenLoc, MethodImplKind); in ParseObjCInterfaceDeclList() 676 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodPrototype() argument [all …]
|
/external/clang/lib/Sema/ |
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()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1305 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword, 1308 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2796 tok::ObjCKeywordKind MethodImplKind); 2812 tok::ObjCKeywordKind MethodImplKind, 6868 tok::ObjCKeywordKind MethodImplKind, 6911 AttributeList *AttrList, tok::ObjCKeywordKind MethodImplKind,
|