Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2464 hasCpp03IncompatibleFormat(const SmallVectorImpl<AnnotatedLine *> &Lines) { in hasCpp03IncompatibleFormat() function in clang::format::__anon2090391b0111::Formatter
2466 if (hasCpp03IncompatibleFormat(Line->Children)) in hasCpp03IncompatibleFormat()
2538 Style.Standard = hasCpp03IncompatibleFormat(AnnotatedLines) in deriveLocalStyle()