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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp109 bool *isOverridingProperty,
144 isOverridingProperty, TSI,
213 bool *isOverridingProperty,
258 *isOverridingProperty = true;
338 isOverridingProperty,
365 *isOverridingProperty = true;
103 ActOnProperty(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, ObjCDeclSpec &ODS, Selector GetterSel, Selector SetterSel, bool *isOverridingProperty, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
204 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
/external/clang/lib/Parse/
H A DParseObjc.cpp337 bool isOverridingProperty = false; local
342 &isOverridingProperty,
344 if (!isOverridingProperty)

Completed in 26 milliseconds