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

References

tools/clang/utils/TableGen/ClangAttrEmitter.cpp
  690          << ArgName << "(new (Ctx, 16) " << getType() << "["
  699       OS << getType() << " *" << getUpperName() << ", unsigned "
  709       OS << "  " << getType() << " *" << ArgName << ";";
  714       OS << "    SmallVector<" << getType() << ", 4> "
  722       std::string StorageType = getStorageType(getType());
  724       if (StorageType != getType()) {
  736       if (StorageType != getType()) {
 1137       OS << "    " << getType() << " *I = A->" << getLowerName()
 1139       OS << "    " << getType() << " *E = A->" << getLowerName()
 1155          << " = new (C, 16) " << getType()
 1160       OS << "        " << getType() << " *TI = tempInst" << getUpperName()
 1162       OS << "        " << getType() << " *I = A->" << getLowerName()
 1164       OS << "        " << getType() << " *E = A->" << getLowerName()