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

References

tools/clang/utils/TableGen/ClangAttrEmitter.cpp
 1567     for (unsigned Index = 0; Index < Spellings.size(); ++Index) {
 1568       OS << getSpellingListIndex(SpellingList, Spellings[Index]);
 1569       if (Index != Spellings.size() - 1)