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

References

tools/clang/utils/TableGen/ClangAttrEmitter.cpp
 3096     for (unsigned I = 0; I < Spellings.size(); ++ I) {
 3097       OS << "    if (Name == \"" << Spellings[I].name() << "\" && "
 3098          << "getSyntax() == AttributeCommonInfo::AS_" << Spellings[I].variety()
 3099          << " && Scope == \"" << Spellings[I].nameSpace() << "\")\n"