Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3058 ChildFormatTextToApply; in getStyle() local
3068 ChildFormatTextToApply.emplace_back( in getStyle()
3137 if (ChildFormatTextToApply.empty()) in getStyle()
3142 for (const auto &MemBuf : llvm::reverse(ChildFormatTextToApply)) { in getStyle()
3158 ChildFormatTextToApply.emplace_back(std::move(*Text)); in getStyle()
3173 if (!ChildFormatTextToApply.empty()) { in getStyle()
3174 assert(ChildFormatTextToApply.size() == 1); in getStyle()
3180 parseConfiguration(*ChildFormatTextToApply.front(), &FallbackStyle, in getStyle()