Searched defs:TextualPPDirective (Results 1 – 1 of 1) sorted by relevance
130 struct TextualPPDirective { struct131 unsigned DirectiveLine;133 std::string Text;135 bool operator==(const TextualPPDirective &RHS) const { in operator ==()