Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp3538 ChildFormatTextToApply; in getStyle() local
3549 ChildFormatTextToApply.emplace_back( in getStyle()
3576 ChildFormatTextToApply.emplace_back(std::move(*Text)); in getStyle()
3605 for (const auto &MemBuf : llvm::reverse(ChildFormatTextToApply)) { in getStyle()
3649 if (ChildFormatTextToApply.empty()) in getStyle()
3663 ChildFormatTextToApply.emplace_back(std::move(*Text)); in getStyle()
3679 if (!ChildFormatTextToApply.empty()) { in getStyle()