Searched refs:ParenLoc (Results 1 – 1 of 1) sorted by relevance
1548 LocTy ParenLoc = Lex.getLoc(); in ParseOptionalDerefAttrBytes() local1550 return Error(ParenLoc, "expected '('"); in ParseOptionalDerefAttrBytes()1553 ParenLoc = Lex.getLoc(); in ParseOptionalDerefAttrBytes()1555 return Error(ParenLoc, "expected ')'"); in ParseOptionalDerefAttrBytes()1628 LocTy ParenLoc = Lex.getLoc(); in ParseOptionalStackAlignment() local1630 return Error(ParenLoc, "expected '('"); in ParseOptionalStackAlignment()1633 ParenLoc = Lex.getLoc(); in ParseOptionalStackAlignment()1635 return Error(ParenLoc, "expected ')'"); in ParseOptionalStackAlignment()