Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDTokenAnnotator.h188 void printDebugInfo(const AnnotatedLine &Line);
HDUnwrappedLineParser.cpp2445 LLVM_ATTRIBUTE_UNUSED static void printDebugInfo(const UnwrappedLine &Line, in printDebugInfo() function
2465 printDebugInfo(*I, "\nChild: "); in printDebugInfo()
2476 printDebugInfo(*Line); in addUnwrappedLine()
HDTokenAnnotator.cpp2382 LLVM_DEBUG({ printDebugInfo(Line); }); in calculateFormattingInformation()
3682 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) { in printDebugInfo() function in clang::format::TokenAnnotator