Searched refs:ParenLoc (Results 1 – 2 of 2) sorted by relevance
1803 LocTy ParenLoc = Lex.getLoc(); in ParseOptionalDerefAttrBytes() local1805 return Error(ParenLoc, "expected '('"); in ParseOptionalDerefAttrBytes()1808 ParenLoc = Lex.getLoc(); in ParseOptionalDerefAttrBytes()1810 return Error(ParenLoc, "expected ')'"); in ParseOptionalDerefAttrBytes()1916 LocTy ParenLoc = Lex.getLoc(); in ParseOptionalStackAlignment() local1918 return Error(ParenLoc, "expected '('"); in ParseOptionalStackAlignment()1921 ParenLoc = Lex.getLoc(); in ParseOptionalStackAlignment()1923 return Error(ParenLoc, "expected ')'"); in ParseOptionalStackAlignment()
1184 LocTy ParenLoc = Lex.getLoc(); in ParseOptionalStackAlignment() local1186 return Error(ParenLoc, "expected '('"); in ParseOptionalStackAlignment()1189 ParenLoc = Lex.getLoc(); in ParseOptionalStackAlignment()1191 return Error(ParenLoc, "expected ')'"); in ParseOptionalStackAlignment()