Searched refs:fArgument (Results 1 – 6 of 6) sorted by relevance
22 , fArgument(std::move(arg)) in Section()27 if (fArgument.size()) { in description()28 result += "(" + fArgument + ")"; in description()35 const String fArgument; member
22 , fArgument(std::move(arg)) in ASTSection()27 if (fArgument.size()) { in description()28 result += "(" + fArgument + ")"; in description()35 const String fArgument; member
185 if (s->fArgument == name) { in writeConstructor()195 String field = FieldName(s->fArgument.c_str()); in writeConstructor()208 String field = FieldName(s->fArgument.c_str()); in writeConstructor()224 FieldName(s->fArgument.c_str()).c_str()); in writeFields()
57 if (!s->fArgument.size()) { in SectionAndParameterHelper()62 } else if (s->fArgument.size()) { in SectionAndParameterHelper()
430 const char* pdman = section ? section->fArgument.c_str() : "pdman"; in writeSetData()506 test->fArgument.c_str()); in writeTest()
897 return std::unique_ptr<Section>(new Section(s.fPosition, s.fName, s.fArgument, s.fText)); in convertSection()