Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp188 bool isReadWrite = ((Attributes & ObjCPropertyAttribute::kind_readwrite) || in ActOnProperty() local
413 const bool isReadWrite, in HandlePropertyInClassExtension()
567 const bool isReadWrite, in CreatePropertyDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h971 bool isReadWrite() const { return (Flags & CI_ReadWrite) != 0; } in isReadWrite() function