Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h74 MSWChar(LO.MicrosoftExt && !LO.WChar), IncludeNewlines(true), in PrintingPolicy()
236 unsigned IncludeNewlines : 1; member
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp378 if (Policy.IncludeNewlines) OS << NL; in VisitGotoStmt()
385 if (Policy.IncludeNewlines) OS << NL; in VisitIndirectGotoStmt()
390 if (Policy.IncludeNewlines) OS << NL; in VisitContinueStmt()
395 if (Policy.IncludeNewlines) OS << NL; in VisitBreakStmt()
405 if (Policy.IncludeNewlines) OS << NL; in VisitReturnStmt()
484 if (Policy.IncludeNewlines) OS << NL; in VisitGCCAsmStmt()
632 if (Policy.IncludeNewlines) OS << NL; in VisitSEHLeaveStmt()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp850 m_desc_policy.IncludeNewlines = false; in CodeComplete()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5241 this->Policy.IncludeNewlines = false; in CFGBlockTerminatorPrint()