Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp1927 class JavaScriptRequoter : public TokenAnalyzer { class
1929 JavaScriptRequoter(const Environment &Env, const FormatStyle &Style) in JavaScriptRequoter() function in clang::format::__anon8802244b0111::JavaScriptRequoter
3302 return JavaScriptRequoter(Env, Expanded).process(); in reformat()