Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs312 FormatView(Vsix.GetCurrentView(), options); in FormatDocument()
317 FormatView(Vsix.GetDocumentView(document), options); in FormatDocument()
320 private void FormatView(IWpfTextView view, OptionPageGrid options) in FormatView() method in LLVM.ClangFormat.ClangFormatPackage