Searched refs:StorageName (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp742 std::string StorageName = std::string(getLowerName()); variable
744 StorageName += "Storage";
746 << StorageName << ";\n"; variable
747 OS << " " << StorageName << ".reserve(" << getLowerName()
753 OS << " " << StorageName << ".push_back(" << read << ");\n";
758 << StorageName << "[i]);\n";

Completed in 102 milliseconds