Searched refs:MethodImplKind (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 623 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword; in ParseObjCInterfaceDeclList() local 631 ParseObjCMethodPrototype(MethodImplKind, false)) in ParseObjCInterfaceDeclList() 647 MethodImplKind, false); in ParseObjCInterfaceDeclList() 729 MethodImplKind = DirectiveKind; in ParseObjCInterfaceDeclList() 779 MethodImplKind); in ParseObjCInterfaceDeclList() 998 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodPrototype() argument 1004 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind, in ParseObjCMethodPrototype() 1348 tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodDecl() argument 1403 methodAttrs.getList(), MethodImplKind, in ParseObjCMethodDecl() 1534 MethodImplKind, isVariadic, MethodDefinition); in ParseObjCMethodDecl()
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 184 tok::ObjCKeywordKind MethodImplKind, in ActOnProperty() argument 207 T, TSI, MethodImplKind); in ActOnProperty() 217 T, TSI, MethodImplKind); in ActOnProperty() 421 tok::ObjCKeywordKind MethodImplKind) { in HandlePropertyInClassExtension() argument 518 T, TSI, MethodImplKind, DC); in HandlePropertyInClassExtension() 571 tok::ObjCKeywordKind MethodImplKind, in CreatePropertyDecl() argument 690 if (MethodImplKind == tok::objc_required) in CreatePropertyDecl() 692 else if (MethodImplKind == tok::objc_optional) in CreatePropertyDecl()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1388 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword, 1391 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3141 tok::ObjCKeywordKind MethodImplKind); 3157 tok::ObjCKeywordKind MethodImplKind, 7509 tok::ObjCKeywordKind MethodImplKind, 7553 AttributeList *AttrList, tok::ObjCKeywordKind MethodImplKind,
|