Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2298 class JavaScriptRequoter : public TokenAnalyzer { class
2300 JavaScriptRequoter(const Environment &Env, const FormatStyle &Style) in JavaScriptRequoter() function in clang::format::__anonc1399e510111::JavaScriptRequoter
3707 return JavaScriptRequoter(Env, Expanded).process(/*SkipAnnotation=*/true); in reformat()