Home | History | Annotate | Download | only in AsmParser

Lines Matching full:redefinition

664   // a redefinition or a definition of a forward reference.
666 // See if this was a redefinition. If so, there is no entry in
671 return Error(NameLoc, "redefinition of global named '@" + Name + "'");
744 return Error(NameLoc, "redefinition of global '@" + Name + "'");
1826 // If the type was already defined, diagnose the redefinition.
1828 return Error(TypeLoc, "redefinition of type");
3073 return Error(NameLoc, "invalid redefinition of function '" +
3076 return Error(NameLoc, "redefinition of function '@" + FunctionName + "'");
3121 return Error(ArgList[i].Loc, "redefinition of argument '%" +