Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp1279 case SymbolKind::ClassMethod: return CXIdxEntity_ObjCClassMethod; in getEntityKindFromSymbolKind()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h6272 CXIdxEntity_ObjCClassMethod = 10, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c3490 case CXIdxEntity_ObjCClassMethod: return "objc-class-method"; in getEntityKindString()