Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp1395 hasCpp03IncompatibleFormat(const SmallVectorImpl<AnnotatedLine *> &Lines) { in hasCpp03IncompatibleFormat() function in clang::format::__anonc7612c320111::Formatter
1397 if (hasCpp03IncompatibleFormat(Line->Children)) in hasCpp03IncompatibleFormat()
1454 Style.Standard = hasCpp03IncompatibleFormat(AnnotatedLines) in deriveLocalStyle()