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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DOptParserEmitter.cpp62 class MarshallingKindInfo { class
87 virtual ~MarshallingKindInfo() = default;
89 static std::unique_ptr<MarshallingKindInfo> create(const Record &R);
100 MarshallingKindInfo(const Record &R, const char *MacroName) function in class:MarshallingKindInfo
104 class MarshallingFlagInfo final : public MarshallingKindInfo {
110 static std::unique_ptr<MarshallingKindInfo> create(const Record &R) {
118 : MarshallingKindInfo(R, "OPTION_WITH_MARSHALLING_FLAG") {}
121 class MarshallingStringInfo final : public MarshallingKindInfo {
172 static std::unique_ptr<MarshallingKindInfo> create(const Record &R) {
212 : MarshallingKindInfo(
[all...]

Completed in 59 milliseconds