Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DDefineOutline.cpp416 auto CCFile = getSourceFile(*MainFileName, Sel); in apply() local
418 if (!CCFile) in apply()
421 auto Buffer = Sel.FS->getBufferForFile(*CCFile); in apply()
438 SourceManagerForFile SMFF(*CCFile, Contents); in apply()
440 *CCFile, InsertionPoint->Offset, 0, *FuncDef); in apply()