Home
last modified time | relevance | path

Searched defs:isReadWrite (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp188 bool isReadWrite = ((Attributes & ObjCPropertyAttribute::kind_readwrite) || in ActOnProperty() local
407 Selector SetterSel, SourceLocation SetterNameLoc, const bool isReadWrite, in HandlePropertyInClassExtension()
554 SourceLocation SetterNameLoc, const bool isReadWrite, in CreatePropertyDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1118 bool isReadWrite() const { return (Flags & CI_ReadWrite) != 0; } in isReadWrite() function