Searched refs:printDebugInfo (Results 1 – 3 of 3) sorted by relevance
189 void printDebugInfo(const AnnotatedLine &Line);
3019 LLVM_ATTRIBUTE_UNUSED static void printDebugInfo(const UnwrappedLine &Line, in printDebugInfo() function3039 printDebugInfo(*I, "\nChild: "); in printDebugInfo()3050 printDebugInfo(*Line); in addUnwrappedLine()
2653 LLVM_DEBUG({ printDebugInfo(Line); }); in calculateFormattingInformation()4237 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) { in printDebugInfo() function in clang::format::TokenAnnotator