Searched refs:ParenLoc (Results 1 – 1 of 1) sorted by relevance
2362 LocTy ParenLoc = Lex.getLoc(); in parseOptionalAlignment() local2373 return error(ParenLoc, "expected ')'"); in parseOptionalAlignment()2421 LocTy ParenLoc = Lex.getLoc(); in parseOptionalDerefAttrBytes() local2423 return error(ParenLoc, "expected '('"); in parseOptionalDerefAttrBytes()2427 ParenLoc = Lex.getLoc(); in parseOptionalDerefAttrBytes()2429 return error(ParenLoc, "expected ')'"); in parseOptionalDerefAttrBytes()2453 LocTy ParenLoc = Lex.getLoc(); in parseAllocKind() local2455 return error(ParenLoc, "expected '('"); in parseAllocKind()2477 ParenLoc = Lex.getLoc(); in parseAllocKind()2479 return error(ParenLoc, "expected ')'"); in parseAllocKind()[all …]