Searched defs:MethodImplKind (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Parse/
H A DParseObjc.cpp300 tok::ObjCKeywordKind MethodImplKind; member in struct:Parser::ObjCPropertyCallback
306 tok::ObjCKeywordKind MethodImplKind) :
308 MethodImplKind(MethodImplKind) {
343 MethodImplKind);
371 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword; local
379 ParseObjCMethodPrototype(MethodImplKind, false))
395 MethodImplKind, false);
477 MethodImplKind = DirectiveKind;
493 OCDS, AtLoc, LParenLoc, MethodImplKind);
302 ObjCPropertyCallback(Parser &P, SmallVectorImpl<Decl *> &Props, ObjCDeclSpec &OCDS, SourceLocation AtLoc, SourceLocation LParenLoc, tok::ObjCKeywordKind MethodImplKind) argument
654 ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, bool MethodDefinition) argument
965 ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType, tok::ObjCKeywordKind MethodImplKind, bool MethodDefinition) argument
[all...]
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp121 tok::ObjCKeywordKind MethodImplKind,
151 MethodImplKind);
166 TSI, MethodImplKind);
265 tok::ObjCKeywordKind MethodImplKind) {
322 Attributes,AttributesAsWritten, T, MethodImplKind, DC);
387 MethodImplKind,
435 tok::ObjCKeywordKind MethodImplKind,
529 if (MethodImplKind == tok::objc_required)
531 else if (MethodImplKind == tok::objc_optional)
114 ActOnProperty(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, ObjCDeclSpec &ODS, Selector GetterSel, Selector SetterSel, bool *isOverridingProperty, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
254 HandlePropertyInClassExtension(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, Selector SetterSel, const bool isAssign, const bool isReadWrite, const unsigned Attributes, const unsigned AttributesAsWritten, bool *isOverridingProperty, TypeSourceInfo *T, tok::ObjCKeywordKind MethodImplKind) argument
423 CreatePropertyDecl(Scope *S, ObjCContainerDecl *CDecl, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, Selector SetterSel, const bool isAssign, const bool isReadWrite, const unsigned Attributes, const unsigned AttributesAsWritten, TypeSourceInfo *TInfo, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument

Completed in 28 milliseconds