Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp2987 ChildFormatTextToApply; in getStyle() local
2997 ChildFormatTextToApply.emplace_back( in getStyle()
3066 if (ChildFormatTextToApply.empty()) in getStyle()
3071 for (const auto &MemBuf : llvm::reverse(ChildFormatTextToApply)) { in getStyle()
3087 ChildFormatTextToApply.emplace_back(std::move(*Text)); in getStyle()
3102 if (!ChildFormatTextToApply.empty()) { in getStyle()
3103 assert(ChildFormatTextToApply.size() == 1); in getStyle()
3109 parseConfiguration(*ChildFormatTextToApply.front(), &FallbackStyle, in getStyle()