Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3944 ChildFormatTextToApply; in getStyle() local
3958 ChildFormatTextToApply.emplace_back( in getStyle()
3986 ChildFormatTextToApply.emplace_back(std::move(*Text)); in getStyle()
4009 for (const auto &MemBuf : llvm::reverse(ChildFormatTextToApply)) { in getStyle()
4061 if (!ChildFormatTextToApply.empty()) { in getStyle()
4073 ChildFormatTextToApply.emplace_back(std::move(*Text)); in getStyle()
4089 if (!ChildFormatTextToApply.empty()) { in getStyle()