Searched refs:getFormatStyleForFile (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | SourceCode.h | 173 format::FormatStyle getFormatStyleForFile(llvm::StringRef File,
|
| H A D | ClangdServer.cpp | 487 format::FormatStyle Style = getFormatStyleForFile(File, Code, TFS); in formatFile() 573 auto Style = getFormatStyleForFile(File, InpAST->Inputs.Contents, in rename() 682 getFormatStyleForFile(File, E.InitialCode, TFS); in applyTweak() 744 format::FormatStyle Style = getFormatStyleForFile( in findHover()
|
| H A D | ParsedAST.cpp | 556 getFormatStyleForFile(Filename, Inputs.Contents, *Inputs.TFS); in build()
|
| H A D | CodeComplete.cpp | 1460 auto Style = getFormatStyleForFile(SemaCCInput.FileName, in run() 1553 auto Style = getFormatStyleForFile(FileName, Content, TFS); in runWithoutSema()
|
| H A D | SourceCode.cpp | 577 format::FormatStyle getFormatStyleForFile(llvm::StringRef File, in getFormatStyleForFile() function
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/tool/ |
| H A D | Check.cpp | 159 Style = getFormatStyleForFile(File, Inputs.Contents, TFS); in buildInvocation()
|