Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h749 unsigned PropertyImplementation : 2; variable
779 PropertyImplementation(propControl), GetterName(Selector()), in ObjCPropertyDecl()
906 PropertyImplementation = pc; in setPropertyImplementation()
910 return PropertyControl(PropertyImplementation); in getPropertyImplementation()