reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/tools/extra/clangd/SourceCode.h
  199 format::FormatStyle getFormatStyleForFile(llvm::StringRef File,

References

tools/clang/tools/extra/clangd/ClangdServer.cpp
  344       auto Style = getFormatStyleForFile(File, InpAST->Inputs.Contents,
  411               getFormatStyleForFile(File, E.InitialCode, FS.get());
  477       getFormatStyleForFile(File, Code, FSProvider.getFileSystem().get());
  508     format::FormatStyle Style = getFormatStyleForFile(
tools/clang/tools/extra/clangd/CodeComplete.cpp
 1264       auto Style = getFormatStyleForFile(
 1349     auto Style = getFormatStyleForFile(FileName, Content, VFS.get());
tools/clang/tools/extra/clangd/ParsedAST.cpp
  315     auto Style = getFormatStyleForFile(Filename, Content, VFS.get());