Searched defs:isReadWrite (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp188 bool isReadWrite = ((Attributes & ObjCPropertyAttribute::kind_readwrite) || local
405 HandlePropertyInClassExtension(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, SourceLocation GetterNameLoc, Selector SetterSel, SourceLocation SetterNameLoc, const bool isReadWrite, unsigned &Attributes, const unsigned AttributesAsWritten, QualType T, TypeSourceInfo *TSI, tok::ObjCKeywordKind MethodImplKind) argument
558 CreatePropertyDecl(Scope *S, ObjCContainerDecl *CDecl, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, SourceLocation GetterNameLoc, Selector SetterSel, SourceLocation SetterNameLoc, const bool isReadWrite, const unsigned Attributes, const unsigned AttributesAsWritten, QualType T, TypeSourceInfo *TInfo, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h971 bool isReadWrite() const { return (Flags & CI_ReadWrite) != 0; } function in struct:clang::TargetInfo::ConstraintInfo
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c44287 int isReadWrite = (flags & SQLITE_OPEN_READWRITE); local
51358 int isReadWrite = (flags & SQLITE_OPEN_READWRITE); local
[all...]

Completed in 768 milliseconds