Searched refs:printDebugInfo (Results 1 – 3 of 3) sorted by relevance
246 void printDebugInfo(const AnnotatedLine &Line) const;
66 LLVM_ATTRIBUTE_UNUSED static void printDebugInfo(const UnwrappedLine &Line) { in printDebugInfo() function228 LLVM_DEBUG(printDebugInfo(Expanded)); in parse()234 LLVM_DEBUG(printDebugInfo(Line)); in parse()242 LLVM_DEBUG(printDebugInfo(Line)); in parse()4431 printDebugInfo(*Line); in addUnwrappedLine()4463 printDebugInfo(Reconstructed); in addUnwrappedLine()
3662 LLVM_DEBUG({ printDebugInfo(Line); }); in calculateFormattingInformation()5779 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) const { in printDebugInfo() function in clang::format::TokenAnnotator