Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DSourceCode.h169 format::FormatStyle getFormatStyleForFile(llvm::StringRef File,
DClangdServer.cpp413 auto Style = getFormatStyleForFile(File, InpAST->Inputs.Contents, in rename()
520 getFormatStyleForFile(File, E.InitialCode, TFS); in applyTweak()
570 format::FormatStyle Style = getFormatStyleForFile(File, Code, TFS); in formatCode()
604 format::FormatStyle Style = getFormatStyleForFile( in findHover()
DParsedAST.cpp356 auto Style = getFormatStyleForFile(Filename, Inputs.Contents, *Inputs.TFS); in build()
DCodeComplete.cpp1302 auto Style = getFormatStyleForFile(SemaCCInput.FileName, in run()
1392 auto Style = getFormatStyleForFile(FileName, Content, TFS); in runWithoutSema()
DSourceCode.cpp573 format::FormatStyle getFormatStyleForFile(llvm::StringRef File, in getFormatStyleForFile() function
/external/llvm-project/clang-tools-extra/clangd/tool/
DCheck.cpp149 Style = getFormatStyleForFile(File, Inputs.Contents, TFS); in buildInvocation()