Searched refs:MethodImplKind (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/ |
| D | ParseObjc.cpp | 320 tok::ObjCKeywordKind MethodImplKind; member 326 tok::ObjCKeywordKind MethodImplKind) : in ObjCPropertyCallback() 328 MethodImplKind(MethodImplKind) { in ObjCPropertyCallback() 364 MethodImplKind); in invoke() 392 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword; in ParseObjCInterfaceDeclList() local 400 ParseObjCMethodPrototype(MethodImplKind, false)) in ParseObjCInterfaceDeclList() 416 MethodImplKind, false); in ParseObjCInterfaceDeclList() 498 MethodImplKind = DirectiveKind; in ParseObjCInterfaceDeclList() 514 OCDS, AtLoc, LParenLoc, MethodImplKind); in ParseObjCInterfaceDeclList() 672 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodPrototype() argument [all …]
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaObjCProperty.cpp | 149 tok::ObjCKeywordKind MethodImplKind, in ActOnProperty() argument 180 MethodImplKind); in ActOnProperty() 190 TSI, MethodImplKind); in ActOnProperty() 351 tok::ObjCKeywordKind MethodImplKind) { in HandlePropertyInClassExtension() argument 414 Attributes,AttributesAsWritten, T, MethodImplKind, DC); in HandlePropertyInClassExtension() 498 MethodImplKind, in HandlePropertyInClassExtension() 547 tok::ObjCKeywordKind MethodImplKind, in CreatePropertyDecl() argument 649 if (MethodImplKind == tok::objc_required) in CreatePropertyDecl() 651 else if (MethodImplKind == tok::objc_optional) in CreatePropertyDecl()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Parse/ |
| D | Parser.h | 1222 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword, 1225 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | Sema.h | 2668 tok::ObjCKeywordKind MethodImplKind); 2684 tok::ObjCKeywordKind MethodImplKind, 6741 tok::ObjCKeywordKind MethodImplKind, 6784 AttributeList *AttrList, tok::ObjCKeywordKind MethodImplKind,
|