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

References

tools/clang/utils/TableGen/ClangAttrEmitter.cpp
 3063     for (auto I = List.cbegin(), E = List.cend(); I != E; ++I) {
 3063     for (auto I = List.cbegin(), E = List.cend(); I != E; ++I) {
 3064       if (I != List.cbegin())
 3066       if (I->first.empty())
 3069         OS << "if (ScopeName == \"" << I->first << "\") {\n";
 3071       GenerateHasAttrSpellingStringSwitch(I->second, OS, Spelling, I->first);
 3071       GenerateHasAttrSpellingStringSwitch(I->second, OS, Spelling, I->first);