Home
last modified time | relevance | path

Searched defs:Newline (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/include/llvm/Support/
H A DRegex.h39 Newline = 2, enumerator
/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp633 addTokenToState(LineState & State,bool Newline,bool DryRun,unsigned ExtraSpaces) addTokenToState() argument
1498 moveStateToNextToken(LineState & State,bool DryRun,bool Newline) moveStateToNextToken() argument
1678 moveStatePastFakeLParens(LineState & State,bool Newline) moveStatePastFakeLParens() argument
1807 moveStatePastScopeOpener(LineState & State,bool Newline) moveStatePastScopeOpener() argument
2063 reformatRawStringLiteral(const FormatToken & Current,LineState & State,const FormatStyle & RawStringStyle,bool DryRun,bool Newline) reformatRawStringLiteral() argument
2227 handleEndOfLine(const FormatToken & Current,LineState & State,bool DryRun,bool AllowBreak,bool Newline) handleEndOfLine() argument
[all...]
H A DUnwrappedLineFormatter.cpp1114 bool Newline = formatLine() local
/llvm-project/clang/unittests/Format/
H A DMatchFilePathTest.cpp47 TEST_F(MatchFilePathTest, Newline) { in TEST_F() argument
/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp172 const char *Newline = "\n"; report_bad_alloc_error() local
/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp492 const char *Newline = findNewline(BufferPtr, CommentEnd); in lexVerbatimBlockFirstLine() local
557 const char *Newline = findNewline(BufferPtr, CommentEnd); in lexVerbatimLineText() local
H A DCommentParser.cpp126 Token Newline = P.Tok; in addToken() local
/llvm-project/llvm/utils/FileCheck/
H A DFileCheck.cpp666 bool Newline = false; in DumpAnnotatedInput() local
/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h31 Newline, enumerator
/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp451 toString(FragsInMemMap::const_iterator It,bool Newline=true) toString() argument