Lines Matching refs:getFile
143 toString(existing->getFile()) + "\n>>> defined as " + toString(type) + in reportTypeError()
173 toString(*oldType) + " in " + toString(existing->getFile()) + in checkGlobalType()
190 toString(existing->getFile()) + "\n>>> defined as " + in checkTagType()
204 toString(*oldType) + " in " + toString(existing->getFile()) + in checkTableType()
307 toString(existing->getFile()) + "\n>>> defined in " + in shouldReplace()
482 toString(existing->getFile()) + "\n>>> defined as " + *importName + in setImportAttributes()
492 toString(existing->getFile()) + "\n>>> defined as " + in setImportAttributes()
535 config->whyExtractRecords.emplace_back(toString(file), s->getFile(), in addUndefinedFunction()
761 const InputFile *oldFile = s->getFile(); in addLazy()
764 config->whyExtractRecords.emplace_back(toString(oldFile), s->getFile(), *s); in addLazy()
908 toString(a->getFile()) + "\n>>> defined as " + in reportFunctionSignatureMismatch()
909 toString(*b->signature) + " in " + toString(b->getFile())) in reportFunctionSignatureMismatch()