Home
last modified time | relevance | path

Searched refs:MethodImplKind (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DSemaObjCProperty.cpp146 tok::ObjCKeywordKind MethodImplKind, in ActOnProperty() argument
177 MethodImplKind); in ActOnProperty()
187 TSI, MethodImplKind); in ActOnProperty()
326 tok::ObjCKeywordKind MethodImplKind) { in HandlePropertyInClassExtension() argument
386 Attributes,AttributesAsWritten, T, MethodImplKind, DC); in HandlePropertyInClassExtension()
486 MethodImplKind, in HandlePropertyInClassExtension()
535 tok::ObjCKeywordKind MethodImplKind, in CreatePropertyDecl() argument
637 if (MethodImplKind == tok::objc_required) in CreatePropertyDecl()
639 else if (MethodImplKind == tok::objc_optional) in CreatePropertyDecl()
/external/clang/lib/Parse/
DParseObjc.cpp327 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()
/external/clang/include/clang/Parse/
DParser.h1294 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
1297 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
/external/clang/include/clang/Sema/
DSema.h2838 tok::ObjCKeywordKind MethodImplKind);
2854 tok::ObjCKeywordKind MethodImplKind,
6998 tok::ObjCKeywordKind MethodImplKind,
7041 AttributeList *AttrList, tok::ObjCKeywordKind MethodImplKind,