Home
last modified time | relevance | path

Searched defs:skipComments (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Format/
DSortJavaScriptImports.cpp210 void skipComments() { Current = skipComments(Current); } in skipComments() function in clang::format::JavaScriptImportSorter
212 FormatToken *skipComments(FormatToken *Tok) { in skipComments() function in clang::format::JavaScriptImportSorter
DFormat.cpp1448 void skipComments(Lexer &Lex, Token &Tok) { in skipComments() function