Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports367 clang_Cursor_isMacroFunctionLike
H A DCIndex.cpp3809 unsigned clang_Cursor_isMacroFunctionLike(CXCursor C) { in clang_Cursor_isMacroFunctionLike() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h3653 CINDEX_LINKAGE unsigned clang_Cursor_isMacroFunctionLike(CXCursor C);
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c3092 } else if (clang_Cursor_isMacroFunctionLike(Cursor)) { in inspect_macroinfo_cursor()