Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:AttrLoc

879   LocTy AttrLoc = Lex.getLoc();
885 return Error(AttrLoc, "invalid use of function-only attribute");
891 return Error(AttrLoc, "invalid use of attribute on a function");
894 return Error(AttrLoc, "invalid use of parameter-only attribute");