Searched refs:skipComments (Results 1 – 3 of 3) sorted by relevance
210 void skipComments() { Current = skipComments(Current); } in skipComments() function in clang::format::JavaScriptImportSorter212 FormatToken *skipComments(FormatToken *Tok) { in skipComments() function in clang::format::JavaScriptImportSorter220 skipComments(); in nextToken()291 skipComments(); in parseModuleReferences()
1448 void skipComments(Lexer &Lex, Token &Tok) { in skipComments() function1478 skipComments(Lex, Tok); in getOffsetAfterHeaderGuardsAndComments()1481 skipComments(Lex, Tok); in getOffsetAfterHeaderGuardsAndComments()
71 private boolean skipComments; field in ConvertTransforms170 if (!skipComments) { in convertFile()345 skipComments = options[SKIP_COMMENTS].doesOccur; in processArgs()