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

References

tools/clang/tools/extra/clangd/CodeComplete.cpp
  719           getCompletionKindString(this->CCContext.getKind()));
  724     CCContext = Context;
  780         *CCSema, CCContext, *CCAllocator, CCTUInfo,
 1262       CCContextKind = Recorder->CCContext.getKind();
 1263       IsUsingDeclaration = Recorder->CCContext.isUsingDeclaration();
 1302           PreferredType ? Recorder->CCContext.getPreferredType().getAsString()
 1437         Recorder->CCContext, *Recorder->CCSema, HeuristicPrefix, Opts);
 1442                              Recorder->CCContext.getPreferredType());
 1448     auto IndexResults = (Opts.Index && allowIndex(Recorder->CCContext))