Home
last modified time | relevance | path

Searched refs:clang_getTUResourceUsageName (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports275 clang_getTUResourceUsageName
H A DCIndex.cpp8672 const char *clang_getTUResourceUsageName(CXTUResourceUsageKind kind) { in clang_getTUResourceUsageName() function
8904 clang_getTUResourceUsageName(Usage.entries[I].kind), in PrintLibclangResourceUsage()
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1637 const char *clang_getTUResourceUsageName(enum CXTUResourceUsageKind kind);
/netbsd/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1269 const char *name = clang_getTUResourceUsageName(usage.entries[i].kind); in PrintMemoryUsage()