Home
last modified time | relevance | path

Searched refs:printDebugInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h250 void printDebugInfo(const AnnotatedLine &Line) const;
H A DUnwrappedLineParser.cpp67 LLVM_ATTRIBUTE_UNUSED static void printDebugInfo(const UnwrappedLine &Line) { in printDebugInfo() function
239 LLVM_DEBUG(printDebugInfo(Expanded)); in parse()
245 LLVM_DEBUG(printDebugInfo(Line)); in parse()
253 LLVM_DEBUG(printDebugInfo(Line)); in parse()
4547 printDebugInfo(*Line); in addUnwrappedLine()
4579 printDebugInfo(Reconstructed); in addUnwrappedLine()
H A DTokenAnnotator.cpp4082 LLVM_DEBUG({ printDebugInfo(Line); }); in calculateFormattingInformation()
6313 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) const { in printDebugInfo() function in clang::format::TokenAnnotator