Searched refs:skipLine (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | DependencyDirectivesScanner.cpp | 91 void skipLine(const char *&First, const char *const End); 372 void Scanner::skipLine(const char *&First, const char *const End) { in skipLine() function in Scanner 436 skipLine(First, End); in skipDirective() 533 skipLine(First, End); in tryLexIdentifierOrSkipLine() 570 skipLine(First, End); in isNextIdentifierOrSkipLine() 600 skipLine(First, End); in lexModule() 616 skipLine(First, End); in lexModule() 651 skipLine(First, End); in lexPragma() 682 skipLine(First, End); in lexEndif() 717 skipLine(First, End); in lexPPLine() [all …]
|
| /openbsd-src/usr.bin/make/ |
| H A D | cond.c | 167 static bool skipLine = false; /* Whether the parse module is skipping lines */ variable 1052 skipLine = false; in Cond_Eval() 1101 skipLine = true; in Cond_Eval() 1104 } else if (skipLine) { in Cond_Eval() 1159 skipLine = !value; in Cond_Eval()
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | UnwrappedLineFormatter.cpp | 62 skipLine(Line, /*UnknownIndent=*/true); in nextLine() 85 void skipLine(const AnnotatedLine &Line, bool UnknownIndent = false) { in skipLine() function in clang::format::__anon5560ac9b0111::LevelIndentTracker 378 IndentTracker.skipLine(*I[i + 1]); in tryFitMultipleLinesInOne()
|