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

References

tools/clang/utils/TableGen/ClangAttrEmitter.cpp
  375       OS << "\n\n  static const " << getType() << " Default" << getUpperName()
  377       if (getType() == "bool")
 1109       OS << "      " << getType() << " tempInst" << getUpperName() << ";\n";
 1228       OS << "  " << getType() << " get" << getUpperName() << "Loc() const {\n";
 1245           getType(), "SA->get" + std::string(getUpperName()) + "Loc()");