Searched refs:ParenLoc (Results 1 – 1 of 1) sorted by relevance
1672 LocTy ParenLoc = Lex.getLoc(); in ParseOptionalDerefAttrBytes() local1674 return Error(ParenLoc, "expected '('"); in ParseOptionalDerefAttrBytes()1677 ParenLoc = Lex.getLoc(); in ParseOptionalDerefAttrBytes()1679 return Error(ParenLoc, "expected ')'"); in ParseOptionalDerefAttrBytes()1752 LocTy ParenLoc = Lex.getLoc(); in ParseOptionalStackAlignment() local1754 return Error(ParenLoc, "expected '('"); in ParseOptionalStackAlignment()1757 ParenLoc = Lex.getLoc(); in ParseOptionalStackAlignment()1759 return Error(ParenLoc, "expected ')'"); in ParseOptionalStackAlignment()