Searched defs:skipComments (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Format/ | ||
H A D | SortJavaScriptImports.cpp | 225 void skipComments() { Current = skipComments(Current); } in skipComments() function in clang::format::JavaScriptImportSorter |
/llvm-project/clang/lib/Tooling/Inclusions/ | ||
H A D | HeaderIncludes.cpp | 72 void skipComments(Lexer &Lex, Token &Tok) { in skipComments() function |