Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
H A DVsix.cs27 return VsToWpfTextView(textView); in GetCurrentView()
40 return VsToWpfTextView(textView); in GetDocumentView()
43 public static IWpfTextView VsToWpfTextView(IVsTextView textView) in VsToWpfTextView() method in LLVM.ClangFormat.Vsix