Home
last modified time | relevance | path

Searched refs:ParenLoc (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/AsmParser/
DLLParser.cpp1548 LocTy ParenLoc = Lex.getLoc(); in ParseOptionalDerefAttrBytes() local
1550 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() local
1630 return Error(ParenLoc, "expected '('"); in ParseOptionalStackAlignment()
1633 ParenLoc = Lex.getLoc(); in ParseOptionalStackAlignment()
1635 return Error(ParenLoc, "expected ')'"); in ParseOptionalStackAlignment()