Home
last modified time | relevance | path

Searched refs:PrintCursor (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/tools/c-index-test/
H A Dc-index-test.c808 static void PrintCursor(CXCursor Cursor, const char *CommentSchemaFile) { in PrintCursor() function
1361 PrintCursor(Cursor, Data->CommentSchemaFile); in FilteredPrintingVisitor()
1431 PrintCursor(Ref, Data->CommentSchemaFile); in FunctionScanVisitor()
1517 PrintCursor(cursor, NULL); in PrintLinkage()
1543 PrintCursor(cursor, NULL); in PrintVisibility()
1623 PrintCursor(cursor, NULL); in PrintType()
1712 PrintCursor(P, NULL); in PrintType()
1797 PrintCursor(cursor, NULL); in PrintTypeSize()
1851 PrintCursor(C, NULL); in PrintMangledName()
1870 PrintCursor(curso in PrintManglings()
[all...]
/llvm-project/mlir/utils/lldb-scripts/
H A Daction_debugging.py178 class PrintCursor: class