Home | History | Annotate | Download | only in AsmParser

Lines Matching full:redefinition

539     return Error(NameLoc, "redefinition of comdat '$" + Name + "'");
724 return Error(NameLoc, "redefinition of global '@" + Name + "'");
822 return Error(NameLoc, "redefinition of global '@" + Name + "'");
2144 // If the type was already defined, diagnose the redefinition.
2146 return Error(TypeLoc, "redefinition of type");
4487 return Error(NameLoc, "invalid redefinition of function '" +
4490 return Error(NameLoc, "redefinition of function '@" + FunctionName + "'");
4539 return Error(ArgList[i].Loc, "redefinition of argument '%" +