Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp783 bool isInstance, bool isVariadic, bool isPropertyAccessor, in ObjCMethodDecl()
814 bool isPropertyAccessor, bool isSynthesizedAccessorStub, in Create()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h441 bool isPropertyAccessor() const { in isPropertyAccessor() function