Home
last modified time | relevance | path

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

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