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

References

tools/clang/tools/extra/clangd/CodeComplete.cpp
  705     if (Context.getKind() == CodeCompletionContext::CCC_Recovery) {
  713     if (NumResults == 0 && !contextAllowsIndex(Context.getKind()))
  718           getCompletionKindString(Context.getKind()),
  724     CCContext = Context;
  738           !Context.getBaseType().isNull() // is this a member-access context?
  743       if (Result.Declaration && !Context.getCXXScopeSpecifier().hasValue() &&