Home
last modified time | relevance | path

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

/dports/devel/cquery/cquery-20180718/src/
H A Dclang_indexer.cc306 CXPrintingPolicy print_policy_more = nullptr; member
309 clang_PrintingPolicy_dispose(print_policy_more); in ~IndexParam()
321 print_policy_more = clang_getCursorPrintingPolicy(cursor); in PrettyPrintCursor()
322 clang_PrintingPolicy_setProperty(print_policy_more, in PrettyPrintCursor()
324 clang_PrintingPolicy_setProperty(print_policy_more, in PrettyPrintCursor()
328 cursor, initializer ? print_policy_more : print_policy)); in PrettyPrintCursor()