Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h48 ClassProperty, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp527 case SymbolKind::ClassProperty: return "class-property"; in getSymbolKindString()
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp624 } else if (auto *ClassProperty = R.find_first<ObjCPropertyDecl>()) { in ClassImplementsAllMethodsAndProperties() local
625 if ((ClassProperty->getPropertyAttributes() != in ClassImplementsAllMethodsAndProperties()
627 !Ctx.hasSameType(ClassProperty->getType(), Property->getType())) in ClassImplementsAllMethodsAndProperties()