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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp213 void skipComments() { Current = skipComments(Current); } function in class:clang::format::JavaScriptImportSorter
215 FormatToken *skipComments(FormatToken *Tok) { function in class:clang::format::JavaScriptImportSorter
223 skipComments();
286 skipComments();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp69 void skipComments(Lexer &Lex, Token &Tok) { function in namespace:clang::tooling::__anon925
91 skipComments(Lex, Tok);
101 skipComments(Lex, Tok);
160 skipComments(Lex, Tok);

Completed in 106 milliseconds