Home
last modified time | relevance | path

Searched refs:createUnwrappedLine (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Format/
H A DMacroCallReconstructor.cpp66 createUnwrappedLine(*Result.Tokens.front()->Children.front(), Level); in takeResult()
509 MacroCallReconstructor::createUnwrappedLine(const ReconstructedLine &Line, in createUnwrappedLine() function in clang::format::MacroCallReconstructor
519 Current.Children.push_back(createUnwrappedLine(*Child, Level + 1)); in createUnwrappedLine()
H A DMacros.h240 UnwrappedLine createUnwrappedLine(const ReconstructedLine &Line, int Level);