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

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

Completed in 165 milliseconds