Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.h188 void printDebugInfo(const AnnotatedLine &Line);
H A DUnwrappedLineParser.cpp2941 LLVM_ATTRIBUTE_UNUSED static void printDebugInfo(const UnwrappedLine &Line, in printDebugInfo() function
2961 printDebugInfo(*I, "\nChild: "); in printDebugInfo()
2972 printDebugInfo(*Line); in addUnwrappedLine()
H A DTokenAnnotator.cpp2576 LLVM_DEBUG({ printDebugInfo(Line); }); in calculateFormattingInformation()
4109 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) { in printDebugInfo() function in clang::format::TokenAnnotator