Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h749 unsigned PropertyImplementation : 2; variable
779 PropertyImplementation(propControl) {} in ObjCPropertyDecl()
902 PropertyImplementation = pc; in setPropertyImplementation()
906 return PropertyControl(PropertyImplementation); in getPropertyImplementation()