Searched refs:printDebugInfo (Results 1 – 3 of 3) sorted by relevance
205 void printDebugInfo(const AnnotatedLine &Line) const;
90 LLVM_ATTRIBUTE_UNUSED static void printDebugInfo(const UnwrappedLine &Line) { in printDebugInfo() function4342 printDebugInfo(*Line); in addUnwrappedLine()
3083 LLVM_DEBUG({ printDebugInfo(Line); }); in calculateFormattingInformation()5134 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) const { in printDebugInfo() function in clang::format::TokenAnnotator