Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Index/
H A DIndexSymbol.h49 ClassProperty, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexSymbol.cpp477 case SymbolKind::ClassProperty: return "class-property"; in getSymbolKindString()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp622 else if (ObjCPropertyDecl *ClassProperty = dyn_cast<ObjCPropertyDecl>(R[0])) { in ClassImplementsAllMethodsAndProperties() local
623 if ((ClassProperty->getPropertyAttributes() in ClassImplementsAllMethodsAndProperties()
625 !Ctx.hasSameType(ClassProperty->getType(), Property->getType())) in ClassImplementsAllMethodsAndProperties()