Searched refs:slurp (Results 1 – 3 of 3) sorted by relevance
25 Define::Define(const std::string &name, const std::string &slurp) in Define() argument26 : Declaration(name), mSlurp(slurp) in Define()
30 Define(const std::string &name, const std::string &slurp);
255 // slurp up function text as a string and don't have to implement