Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h5483 CXIdxEntity_Function = 2, enumerator
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp1259 case SymbolKind::Function: return CXIdxEntity_Function; in getEntityKindFromSymbolKind()
/external/clang/tools/c-index-test/
Dc-index-test.c2943 case CXIdxEntity_Function: return "function"; in getEntityKindString()