Searched defs:NewLine (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DFormatToken.cpp59 bool NewLine = false; local
H A DFormat.cpp679 StateNode(const LineState &State, bool NewLine, StateNode *Previous) argument
682 bool NewLine; member in struct:clang::format::__anon3275::UnwrappedLineFormatter::StateNode
907 addNextStateToQueue(unsigned Penalty, StateNode *PreviousNode, bool NewLine, unsigned *Count, QueueType *Queue) argument
945 formatChildren(LineState &State, bool NewLine, bool DryRun, unsigned &Penalty) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp273 unsigned NewLine = UserLoc.getLine(); local
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DAsmWriter.cpp1294 size_t NewLine = Asm.find_first_of('\n', CurPos); local

Completed in 113 milliseconds