Searched refs:isAssign (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp133 bool isAssign = ((Attributes & ObjCDeclSpec::DQ_PR_assign) || local
147 isAssign, isReadWrite,
163 isAssign, isReadWrite,
259 const bool isAssign,
321 FD, GetterSel, SetterSel, isAssign, isReadWrite,
430 const bool isAssign,
443 isAssign && !(Attributes & ObjCDeclSpec::DQ_PR_assign))
514 if (isAssign)
526 if (isAssign)
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
/external/clang/include/clang/Sema/
H A DSema.h2306 const bool isAssign,
2323 const bool isAssign,

Completed in 89 milliseconds