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

References

tools/clang/tools/extra/clangd/CodeCompletionStrings.cpp
  215     Result += "Annotation";
  217       Result += ": ";
  219       Result += "s: ";
  222       Result += CCS.getAnnotation(I);
  223       Result.push_back(I == AnnotationCount - 1 ? '\n' : ' ');
  228     if (!Result.empty()) {
  231       Result.push_back('\n');
  233     Result += DocComment;
  235   return Result;