Home
last modified time | relevance | path

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

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