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

/external/clang/lib/Parse/
H A DParseObjc.cpp327 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword; local
335 ParseObjCMethodPrototype(MethodImplKind, false))
351 MethodImplKind, false);
433 MethodImplKind = DirectiveKind;
476 &isOverridingProperty, MethodImplKind);
642 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, argument
648 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind,
956 tok::ObjCKeywordKind MethodImplKind,
1011 methodAttrs.getList(), MethodImplKind,
1142 MethodImplKind, isVariadi
954 ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType, tok::ObjCKeywordKind MethodImplKind, bool MethodDefinition) argument
[all...]
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp146 tok::ObjCKeywordKind MethodImplKind,
177 MethodImplKind);
187 TSI, MethodImplKind);
326 tok::ObjCKeywordKind MethodImplKind) {
386 Attributes,AttributesAsWritten, T, MethodImplKind, DC);
486 MethodImplKind,
535 tok::ObjCKeywordKind MethodImplKind,
637 if (MethodImplKind == tok::objc_required)
639 else if (MethodImplKind == tok::objc_optional)
139 ActOnProperty(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, ObjCDeclSpec &ODS, Selector GetterSel, Selector SetterSel, bool *isOverridingProperty, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
315 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
523 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
/external/clang/include/clang/Parse/
H A DParser.h1294 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
1297 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
/external/clang/include/clang/Sema/
H A DSema.h2838 tok::ObjCKeywordKind MethodImplKind);
2854 tok::ObjCKeywordKind MethodImplKind,
6998 tok::ObjCKeywordKind MethodImplKind,
7041 AttributeList *AttrList, tok::ObjCKeywordKind MethodImplKind,

Completed in 1835 milliseconds