Home
last modified time | relevance | path

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

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