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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp190 bool isReadWrite = ((Attributes & ObjCPropertyAttribute::kind_readwrite) || local
412 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
565 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
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h927 bool isReadWrite() const { return (Flags & CI_ReadWrite) != 0; } function in struct:clang::TargetInfo::ConstraintInfo
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c39889 int isReadWrite = (flags & SQLITE_OPEN_READWRITE); local
47130 int isReadWrite = (flags & SQLITE_OPEN_READWRITE); local
[all...]

Completed in 617 milliseconds