Searched refs:printDebugInfo (Results 1 – 3 of 3) sorted by relevance
179 void printDebugInfo(const AnnotatedLine &Line);
2360 LLVM_ATTRIBUTE_UNUSED static void printDebugInfo(const UnwrappedLine &Line, in printDebugInfo() function2380 printDebugInfo(*I, "\nChild: "); in printDebugInfo()2391 printDebugInfo(*Line); in addUnwrappedLine()
2184 LLVM_DEBUG({ printDebugInfo(Line); }); in calculateFormattingInformation()3354 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) { in printDebugInfo() function in clang::format::TokenAnnotator