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()
551 expandStringVector(mInline, replacementIndexes, inlines); in getInlines()692 spec->mInline.push_back(scanner->getValue()); in scanFunctionSpecification()695 spec->checkRSTPatternValidity(spec->mInline.back(), true, scanner); in scanFunctionSpecification()717 spec->getInlines(replacementIndexes, &mInline); in FunctionPermutation()