Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h2221 unsigned PropertyImplementation : 2; variable
2237 PropertyImplementation(None), in ObjCPropertyDecl()
2336 PropertyImplementation = pc; in setPropertyImplementation()
2339 return PropertyControl(PropertyImplementation); in getPropertyImplementation()