Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs302 string filePath = Vsix.GetDocumentPath(view); in FormatSelection()
326 string filePath = Vsix.GetDocumentPath(view); in FormatView()
H A DVsix.cs91 public static string GetDocumentPath(IWpfTextView view) in GetDocumentPath() method in LLVM.ClangFormat.Vsix