Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DPrettyPrinter.h72 MSWChar(LO.MicrosoftExt && !LO.WChar), IncludeNewlines(true), in PrintingPolicy()
237 unsigned IncludeNewlines : 1; member
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtPrinter.cpp456 if (Policy.IncludeNewlines) OS << NL; in VisitGotoStmt()
463 if (Policy.IncludeNewlines) OS << NL; in VisitIndirectGotoStmt()
468 if (Policy.IncludeNewlines) OS << NL; in VisitContinueStmt()
473 if (Policy.IncludeNewlines) OS << NL; in VisitBreakStmt()
483 if (Policy.IncludeNewlines) OS << NL; in VisitReturnStmt()
562 if (Policy.IncludeNewlines) OS << NL; in VisitGCCAsmStmt()
707 if (Policy.IncludeNewlines) OS << NL; in VisitSEHLeaveStmt()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSelection.cpp1058 PrintPolicy.IncludeNewlines = false; in SelectionTree()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp852 m_desc_policy.IncludeNewlines = false; in CodeComplete()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp5178 return P->IncludeNewlines; in clang_PrintingPolicy_getProperty()
5265 P->IncludeNewlines = Value; in clang_PrintingPolicy_setProperty()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp5453 this->Policy.IncludeNewlines = false; in CFGBlockTerminatorPrint()