Searched defs:errorMsg (Results 1 – 3 of 3) sorted by relevance
206 std::string *errorMsg) { in addTypeDef()214 bool AST::addScopedType(NamedType *type, std::string *errorMsg) { in addScopedType()221 std::string *errorMsg) { in addScopedTypeInternal()244 EnumValue *AST::lookupEnumValue(const FQName &fqName, std::string *errorMsg) { in lookupEnumValue()
33 bool Scope::addType(NamedType *type, std::string *errorMsg) { in addType()
37 std::vector<CompoundField *> *fields, std::string *errorMsg) { in setFields()