Searched refs:expandString (Results 1 – 2 of 2) sorted by relevance
469 string FunctionSpecification::expandString(string s, in expandString() function in FunctionSpecification491 out->push_back(expandString(*iter, replacementIndexes)); in expandStringVector()526 return expandString(mUnexpandedName, replacementIndexes); in getName()531 *retType = expandString(mReturn->type, replacementIndexes); in getReturn()539 *type = expandString(p->type, replacementIndexes); in getParam()541 *testOption = expandString(p->testOption, replacementIndexes); in getParam()
390 std::string expandString(std::string s, int indexOfReplaceable[MAX_REPLACEABLES]) const;