Searched refs:mInline (Results 1 – 2 of 2) sorted by relevance
383 std::vector<std::string> mInline; // The inline code to be included in the header variable434 bool hasInline() const { return mInline.size() > 0; } in hasInline()480 std::vector<std::string> mInline; variable492 const std::vector<std::string>& getInline() const { return mInline; } in getInline()
550 expandStringVector(mInline, replacementIndexes, inlines); in getInlines()691 spec->mInline.push_back(scanner->getValue()); in scanFunctionSpecification()694 spec->checkRSTPatternValidity(spec->mInline.back(), true, scanner); in scanFunctionSpecification()716 spec->getInlines(replacementIndexes, &mInline); in FunctionPermutation()