Home
last modified time | relevance | path

Searched defs:isPropertyAccessor (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp310 const bool isPropertyAccessor = false; in BuildMethod() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp826 bool isInstance, bool isVariadic, bool isPropertyAccessor, in ObjCMethodDecl()
857 bool isPropertyAccessor, bool isSynthesizedAccessorStub, in Create()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8055 const bool isPropertyAccessor = true; in AddObjCClassProperty() local
8097 const bool isPropertyAccessor = true; in AddObjCClassProperty() local
8218 const bool isPropertyAccessor = false; in AddMethodToObjCObjectType() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h438 bool isPropertyAccessor() const { in isPropertyAccessor() function