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

References

tools/clang/tools/extra/clangd/CodeCompletionStrings.cpp
  221     for (unsigned I = 0; I < AnnotationCount; ++I) {
  221     for (unsigned I = 0; I < AnnotationCount; ++I) {
  222       Result += CCS.getAnnotation(I);
  223       Result.push_back(I == AnnotationCount - 1 ? '\n' : ' ');