reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clangd/CodeComplete.cpp
 1051   llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = Input.VFS;
 1052   if (Input.Preamble && Input.Preamble->StatCache)
 1052   if (Input.Preamble && Input.Preamble->StatCache)
 1053     VFS = Input.Preamble->StatCache->getConsumingFS(std::move(VFS));
 1055   ParseInput.CompileCommand = Input.Command;
 1057   ParseInput.Contents = Input.Contents;
 1072   FrontendOpts.CodeCompletionAt.FileName = Input.FileName;
 1075       offsetToClangLineColumn(Input.Contents, Input.Offset);
 1075       offsetToClangLineColumn(Input.Contents, Input.Offset);
 1078       llvm::MemoryBuffer::getMemBufferCopy(Input.Contents, Input.FileName);
 1078       llvm::MemoryBuffer::getMemBufferCopy(Input.Contents, Input.FileName);
 1089   bool CompletingInPreamble = PreambleRegion.Size > Input.Offset;
 1094       (Input.Preamble && !CompletingInPreamble) ? &Input.Preamble->Preamble
 1094       (Input.Preamble && !CompletingInPreamble) ? &Input.Preamble->Preamble
 1103         Input.FileName);
 1112   if (Input.Preamble)
 1113     loadMainFilePreambleMacros(Clang->getPreprocessor(), *Input.Preamble);
 1119         Input.FileName, toString(std::move(Err)));