Home
last modified time | relevance | path

Searched refs:PropertyImplementation (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h776 unsigned PropertyImplementation : 2; variable
807 PropertyImplementation(propControl), GetterName(Selector()), in ObjCPropertyDecl()
930 PropertyImplementation = pc; in setPropertyImplementation()
934 return PropertyControl(PropertyImplementation); in getPropertyImplementation()