Home | History | Annotate | Download | only in include

Lines Matching refs:TextFormatToIRReader

808 class TextFormatToIRReader {
825 TextFormatToIRReader(const std::set<std::string> *exported_headers)
905 virtual ~TextFormatToIRReader() { }
907 void Merge(TextFormatToIRReader &&addend) {
926 const TextFormatToIRReader &addend, const T *addend_node,
931 const TypeIR *ud_type, const TextFormatToIRReader &addend,
936 const TextFormatToIRReader &addend, ReferencesOtherType *references_type,
940 const TextFormatToIRReader &addend, const TypeIR *addend_node,
945 const TextFormatToIRReader &addend, const TypeIR *addend_node,
951 const T *addend_node, const TextFormatToIRReader &addend,
956 const TypeIR *addend_node, const TextFormatToIRReader &addend,
960 const TextFormatToIRReader &addend, CFunctionLikeIR *cfunction_like_ir,
964 const FunctionTypeIR *addend_node, const TextFormatToIRReader &addend,
968 const EnumTypeIR *addend_node, const TextFormatToIRReader &addend,
972 const TextFormatToIRReader &addend, EnumTypeIR *added_node,
976 const RecordTypeIR *addend_node, const TextFormatToIRReader &addend,
980 const TextFormatToIRReader &addend, RecordTypeIR *added_node,
984 const TextFormatToIRReader &addend, RecordTypeIR *added_node,
988 const TextFormatToIRReader &addend, RecordTypeIR *added_node,
992 const TextFormatToIRReader &addend, RecordTypeIR *added_node,
996 const BuiltinTypeIR *builtin_type, const TextFormatToIRReader &addend,
1000 const GlobalVarIR *addend_node, const TextFormatToIRReader &addend,
1004 const TextFormatToIRReader &addend,
1008 FunctionIR *added_node, const TextFormatToIRReader &addend,
1012 const FunctionIR *addend_node, const TextFormatToIRReader &addend,
1015 void MergeGraphs(const TextFormatToIRReader &addend);
1022 const TypeIR *addend_node, const TextFormatToIRReader &addend,
1026 const TextFormatToIRReader &addend,
1031 static std::unique_ptr<TextFormatToIRReader> CreateTextFormatToIRReader(