Searched refs:filterCppOutput (Results 1 – 3 of 3) sorted by relevance
31 std::string filterCppOutput(StringRef Input);
110 std::string filterCppOutput(StringRef Input) { return Filter(Input).run(); } in filterCppOutput() function
115 std::string FilteredContents = filterCppOutput(Contents); in main()