Home
last modified time | relevance | path

Searched refs:skipComments (Results 1 – 7 of 7) 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
220 skipComments(); in nextToken()
291 skipComments(); in parseModuleReferences()
DFormat.cpp1448 void skipComments(Lexer &Lex, Token &Tok) { in skipComments() function
1478 skipComments(Lex, Tok); in getOffsetAfterHeaderGuardsAndComments()
1481 skipComments(Lex, Tok); in getOffsetAfterHeaderGuardsAndComments()
/external/llvm-project/clang/lib/Format/
DSortJavaScriptImports.cpp213 void skipComments() { Current = skipComments(Current); } in skipComments() function in clang::format::JavaScriptImportSorter
215 FormatToken *skipComments(FormatToken *Tok) { in skipComments() function in clang::format::JavaScriptImportSorter
223 skipComments(); in nextToken()
286 skipComments(); in parseModuleReferences()
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/sva/src/
Dlexer.js39 this.skipComments();
122 this.skipComments();
130 skipComments() { method in Lexer
/external/deqp-deps/SPIRV-Tools/tools/sva/src/
Dlexer.js39 this.skipComments();
122 this.skipComments();
130 skipComments() { method in Lexer
/external/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
Dlexer.js39 this.skipComments();
122 this.skipComments();
130 skipComments() { method in Lexer
/external/llvm-project/clang/lib/Tooling/Inclusions/
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()