Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.h54 bool NewLine; member
H A DFormatToken.cpp90 bool NewLine = false; in formatAfterToken() local
H A DUnwrappedLineFormatter.cpp634 bool NewLine, unsigned *Count, in addNextStateToQueue()
652 bool UnwrappedLineFormatter::formatChildren(LineState &State, bool NewLine, in formatChildren()
/minix/external/bsd/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp264 unsigned NewLine = UserLoc.getLine(); in FileChanged() local
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp1575 size_t NewLine = Asm.find_first_of('\n', CurPos); in printModule() local