Lines Matching refs:FunctionSpecification

449 FunctionSpecification::~FunctionSpecification() {  in ~FunctionSpecification()
459 string FunctionSpecification::expandRSTypeInString(const string &s, in expandRSTypeInString()
473 string FunctionSpecification::expandString(string s, in expandString()
490 void FunctionSpecification::expandStringVector(const vector<string>& in, in expandStringVector()
499 void FunctionSpecification::createPermutations(Function* function, Scanner* scanner) { in createPermutations()
529 string FunctionSpecification::getName(int replacementIndexes[MAX_REPLACEABLES]) const { in getName()
533 void FunctionSpecification::getReturn(int replacementIndexes[MAX_REPLACEABLES], in getReturn()
539 void FunctionSpecification::getParam(size_t index, int replacementIndexes[MAX_REPLACEABLES], in getParam()
549 void FunctionSpecification::getInlines(int replacementIndexes[MAX_REPLACEABLES], in getInlines()
554 void FunctionSpecification::parseTest(Scanner* scanner) { in parseTest()
574 bool FunctionSpecification::hasTests(unsigned int versionOfTestFiles) const { in hasTests()
584 void FunctionSpecification::checkRSTPatternValidity(const string &inlineStr, bool allow, in checkRSTPatternValidity()
602 void FunctionSpecification::scanFunctionSpecification(Scanner* scanner, SpecFile* specFile, in scanFunctionSpecification()
623 FunctionSpecification* spec = new FunctionSpecification(function); in scanFunctionSpecification()
707 FunctionPermutation::FunctionPermutation(Function* func, FunctionSpecification* spec, in FunctionPermutation()
795 void SpecFile::addFunctionSpecification(FunctionSpecification* spec, bool hasDocumentation) { in addFunctionSpecification()
841 FunctionSpecification::scanFunctionSpecification(&scanner, this, maxApiLevel); in readSpecFile()