Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A Dlibclang.map90 clang_Cursor_isInlineNamespace;
H A DCXType.cpp1293 unsigned clang_Cursor_isInlineNamespace(CXCursor C) { in clang_Cursor_isInlineNamespace() function
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h4094 CINDEX_LINKAGE unsigned clang_Cursor_isInlineNamespace(CXCursor C);
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c1699 unsigned isInlineNamespace = clang_Cursor_isInlineNamespace(cursor); in PrintType()