Home
last modified time | relevance | path

Searched defs:NewLine (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Format/
DFormatToken.cpp90 bool NewLine = false; in formatAfterToken() local
DFormat.cpp960 bool NewLine; member
1160 bool NewLine, unsigned *Count, QueueType *Queue) { in addNextStateToQueue()
1197 bool formatChildren(LineState &State, bool NewLine, bool DryRun, in formatChildren()
/external/chromium_org/ui/gfx/
Dtext_elider.cc459 void RectangleString::NewLine(bool output) { in NewLine() function in gfx::__anon77816c7d0211::RectangleString
722 bool RectangleText::NewLine() { in NewLine() function in gfx::__anon77816c7d0211::RectangleText
/external/chromium_org/base/i18n/
Dbuild_utf8_validator_tables.cc144 void NewLine() { in NewLine() function in __anonad6564f10111::TablePrinter
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DProfiler.cs53 public static readonly string NewLine = Environment.NewLine; field in Antlr.Runtime.Debug.Profiler
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DProfiler.cs53 public static readonly string NewLine = Environment.NewLine; field in Antlr.Runtime.Debug.Profiler
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp264 unsigned NewLine = UserLoc.getLine(); in FileChanged() local
/external/llvm/lib/IR/
DAsmWriter.cpp1298 size_t NewLine = Asm.find_first_of('\n', CurPos); in printModule() local