Searched refs:printDebugInfo (Results 1 – 3 of 3) sorted by relevance
258 void printDebugInfo(const AnnotatedLine &Line) const;
63 LLVM_ATTRIBUTE_UNUSED static void printDebugInfo(const UnwrappedLine &Line) { in printDebugInfo() function234 LLVM_DEBUG(printDebugInfo(Expanded)); in parse()240 LLVM_DEBUG(printDebugInfo(Line)); in parse()248 LLVM_DEBUG(printDebugInfo(Line)); in parse()4567 printDebugInfo(*Line); in addUnwrappedLine()4599 printDebugInfo(Reconstructed); in addUnwrappedLine()
4203 LLVM_DEBUG({ printDebugInfo(Line); }); in calculateFormattingInformation()6469 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) const { in printDebugInfo() function in clang::format::TokenAnnotator