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

/external/clang/lib/Parse/
H A DParseObjc.cpp317 tok::ObjCKeywordKind MethodImplKind; member in struct:Parser::ObjCPropertyCallback
323 tok::ObjCKeywordKind MethodImplKind) :
325 MethodImplKind(MethodImplKind) {
361 MethodImplKind);
389 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword; local
397 ParseObjCMethodPrototype(MethodImplKind, false))
413 MethodImplKind, false);
495 MethodImplKind = DirectiveKind;
511 OCDS, AtLoc, LParenLoc, MethodImplKind);
319 ObjCPropertyCallback(Parser &P, SmallVectorImpl<Decl *> &Props, ObjCDeclSpec &OCDS, SourceLocation AtLoc, SourceLocation LParenLoc, tok::ObjCKeywordKind MethodImplKind) argument
669 ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, bool MethodDefinition) argument
980 ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType, tok::ObjCKeywordKind MethodImplKind, bool MethodDefinition) argument
[all...]
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp149 tok::ObjCKeywordKind MethodImplKind,
180 MethodImplKind);
190 TSI, MethodImplKind);
336 tok::ObjCKeywordKind MethodImplKind) {
399 Attributes,AttributesAsWritten, T, MethodImplKind, DC);
465 MethodImplKind,
514 tok::ObjCKeywordKind MethodImplKind,
616 if (MethodImplKind == tok::objc_required)
618 else if (MethodImplKind == tok::objc_optional)
142 ActOnProperty(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, ObjCDeclSpec &ODS, Selector GetterSel, Selector SetterSel, bool *isOverridingProperty, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
325 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
502 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 163 milliseconds