Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Suffix

1071     llvm::SmallString<8> Suffix;
1073 // of an attribute without considering prefix and suffix.
1080 Suffix = "))";
1083 Suffix = "]]";
1091 Suffix = ")";
1094 Suffix = "";
1097 Suffix = "\n";
1134 OS << Suffix.str() + "\";\n";