Searched refs:expandString (Results 1 – 2 of 2) sorted by relevance
473 string FunctionSpecification::expandString(string s, in expandString() function in FunctionSpecification495 out->push_back(expandString(*iter, replacementIndexes)); in expandStringVector()530 return expandString(mUnexpandedName, replacementIndexes); in getName()535 *retType = expandString(mReturn->type, replacementIndexes); in getReturn()543 *type = expandString(p->type, replacementIndexes); in getParam()545 *testOption = expandString(p->testOption, replacementIndexes); in getParam()
392 std::string expandString(std::string s, int indexOfReplaceable[MAX_REPLACEABLES]) const;