Searched refs:IncludeNewlines (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h60 MSWChar(LO.MicrosoftExt && !LO.WChar), IncludeNewlines(true),
205 unsigned IncludeNewlines : 1; member in struct:clang::PrintingPolicy
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp381 if (Policy.IncludeNewlines) OS << NL;
388 if (Policy.IncludeNewlines) OS << NL;
393 if (Policy.IncludeNewlines) OS << NL;
398 if (Policy.IncludeNewlines) OS << NL;
408 if (Policy.IncludeNewlines) OS << NL;
487 if (Policy.IncludeNewlines) OS << NL;
635 if (Policy.IncludeNewlines) OS << NL;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp721 m_desc_policy.IncludeNewlines = false;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5209 this->Policy.IncludeNewlines = false;

Completed in 151 milliseconds