Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h6355 CXIdxEntity_CXXConversionFunction = 24, enumerator
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp1300 case SymbolKind::ConversionFunction: return CXIdxEntity_CXXConversionFunction; in getEntityKindFromSymbolKind()
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c3504 case CXIdxEntity_CXXConversionFunction: return "conversion-func"; in getEntityKindString()