Searched refs:getFormatStyleForFile (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/ |
D | SourceCode.h | 169 format::FormatStyle getFormatStyleForFile(llvm::StringRef File,
|
D | ClangdServer.cpp | 413 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()
|
D | ParsedAST.cpp | 356 auto Style = getFormatStyleForFile(Filename, Inputs.Contents, *Inputs.TFS); in build()
|
D | CodeComplete.cpp | 1302 auto Style = getFormatStyleForFile(SemaCCInput.FileName, in run() 1392 auto Style = getFormatStyleForFile(FileName, Content, TFS); in runWithoutSema()
|
D | SourceCode.cpp | 573 format::FormatStyle getFormatStyleForFile(llvm::StringRef File, in getFormatStyleForFile() function
|
/external/llvm-project/clang-tools-extra/clangd/tool/ |
D | Check.cpp | 149 Style = getFormatStyleForFile(File, Inputs.Contents, TFS); in buildInvocation()
|