Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports46 clang_Cursor_isInlineNamespace
H A DCXType.cpp1279 unsigned clang_Cursor_isInlineNamespace(CXCursor C) { in clang_Cursor_isInlineNamespace() function
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h4027 CINDEX_LINKAGE unsigned clang_Cursor_isInlineNamespace(CXCursor C);
/netbsd/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1699 unsigned isInlineNamespace = clang_Cursor_isInlineNamespace(cursor); in PrintType()