Home
last modified time | relevance | path

Searched refs:skipLine (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp367 static void skipLine(const char *&First, const char *const End) { in skipLine() function
428 skipLine(First, End); in skipDirective()
525 skipLine(First, End); in tryLexIdentifierOrSkipLine()
561 skipLine(First, End); in isNextIdentifierOrSkipLine()
591 skipLine(First, End); in lexModule()
607 skipLine(First, End); in lexModule()
642 skipLine(First, End); in lexPragma()
673 skipLine(First, End); in lexEndif()
708 skipLine(First, End); in lexPPLine()
/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp62 skipLine(Line, /*UnknownIndent=*/true); in nextLine()
78 void skipLine(const AnnotatedLine &Line, bool UnknownIndent = false) { in skipLine() function in clang::format::__anon8a591c740111::LevelIndentTracker
371 IndentTracker.skipLine(*I[i + 1]); in tryFitMultipleLinesInOne()