Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp1534 class JavaScriptRequoter : public TokenAnalyzer { class
1536 JavaScriptRequoter(const Environment &Env, const FormatStyle &Style) in JavaScriptRequoter() function in clang::format::__anon5a72e2a60111::JavaScriptRequoter
2803 return JavaScriptRequoter(Env, Expanded).process(); in reformat()