Searched defs:ClassProperty (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/test/DebugInfo/Inputs/ | ||
H A D | dwarfdump-objc.m | 18 @property (class) int ClassProperty; property |
/llvm-project/clang/include/clang/Index/ | ||
H A D | IndexSymbol.h | 48 ClassProperty, enumerator |
/llvm-project/clang/lib/ARCMigrate/ | ||
H A D | ObjCMT.cpp | 620 } else if (auto *ClassProperty = R.find_first<ObjCPropertyDecl>()) { ClassImplementsAllMethodsAndProperties() local |