Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSourceCode.h173 format::FormatStyle getFormatStyleForFile(llvm::StringRef File,
H A DClangdServer.cpp487 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 DParsedAST.cpp556 getFormatStyleForFile(Filename, Inputs.Contents, *Inputs.TFS); in build()
H A DCodeComplete.cpp1460 auto Style = getFormatStyleForFile(SemaCCInput.FileName, in run()
1553 auto Style = getFormatStyleForFile(FileName, Content, TFS); in runWithoutSema()
H A DSourceCode.cpp577 format::FormatStyle getFormatStyleForFile(llvm::StringRef File, in getFormatStyleForFile() function
/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DCheck.cpp159 Style = getFormatStyleForFile(File, Inputs.Contents, TFS); in buildInvocation()