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

/external/clang/lib/Parse/
H A DParseObjc.cpp321 tok::ObjCKeywordKind MethodImplKind; member in struct:Parser::ObjCPropertyCallback
327 tok::ObjCKeywordKind MethodImplKind) :
329 MethodImplKind(MethodImplKind) {
365 MethodImplKind);
393 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword; local
401 ParseObjCMethodPrototype(MethodImplKind, false))
417 MethodImplKind, false);
499 MethodImplKind = DirectiveKind;
515 OCDS, AtLoc, LParenLoc, MethodImplKind);
323 ObjCPropertyCallback(Parser &P, SmallVectorImpl<Decl *> &Props, ObjCDeclSpec &OCDS, SourceLocation AtLoc, SourceLocation LParenLoc, tok::ObjCKeywordKind MethodImplKind) argument
676 ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, bool MethodDefinition) argument
988 ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType, tok::ObjCKeywordKind MethodImplKind, bool MethodDefinition) argument
[all...]
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp145 tok::ObjCKeywordKind MethodImplKind,
176 MethodImplKind);
186 TSI, MethodImplKind);
325 tok::ObjCKeywordKind MethodImplKind) {
385 Attributes,AttributesAsWritten, T, MethodImplKind, DC);
483 MethodImplKind,
532 tok::ObjCKeywordKind MethodImplKind,
634 if (MethodImplKind == tok::objc_required)
636 else if (MethodImplKind == tok::objc_optional)
138 ActOnProperty(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, ObjCDeclSpec &ODS, Selector GetterSel, Selector SetterSel, bool *isOverridingProperty, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
314 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
520 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 307 milliseconds