Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp3752 ChildFormatTextToApply; in getStyle() local
3763 ChildFormatTextToApply.emplace_back( in getStyle()
3790 ChildFormatTextToApply.emplace_back(std::move(*Text)); in getStyle()
3819 for (const auto &MemBuf : llvm::reverse(ChildFormatTextToApply)) { in getStyle()
3863 if (ChildFormatTextToApply.empty()) in getStyle()
3877 ChildFormatTextToApply.emplace_back(std::move(*Text)); in getStyle()
3893 if (!ChildFormatTextToApply.empty()) { in getStyle()