Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp223 void skipComments() { Current = skipComments(Current); } in skipComments() function in clang::format::JavaScriptImportSorter
225 FormatToken *skipComments(FormatToken *Tok) { in skipComments() function in clang::format::JavaScriptImportSorter
233 skipComments(); in nextToken()
391 skipComments(); in parseModuleReferences()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp71 void skipComments(Lexer &Lex, Token &Tok) { in skipComments() function
93 skipComments(Lex, Tok); in getOffsetAfterHeaderGuardsAndComments()
103 skipComments(Lex, Tok); in getOffsetAfterHeaderGuardsAndComments()
163 skipComments(Lex, Tok); in getMaxHeaderInsertionOffset()