Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h6329 CXIdxEntity_Function = 2, enumerator
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp1272 case SymbolKind::Function: return CXIdxEntity_Function; in getEntityKindFromSymbolKind()
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c3482 case CXIdxEntity_Function: return "function"; in getEntityKindString()