Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclObjC.cpp754 bool isPropertyAccessor, bool isImplicitlyDeclared, bool isDefined, in Create()
/external/clang/include/clang/AST/
DDeclObjC.h421 bool isPropertyAccessor() const { return IsPropertyAccessor; } in isPropertyAccessor() function