Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp193 bool isReadWrite = ((Attributes & ObjCDeclSpec::DQ_PR_readwrite) || in ActOnProperty() local
421 const bool isReadWrite, in HandlePropertyInClassExtension()
574 const bool isReadWrite, in CreatePropertyDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h826 bool isReadWrite() const { return (Flags & CI_ReadWrite) != 0; } in isReadWrite() function