Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.cpp1672 LocTy ParenLoc = Lex.getLoc(); in ParseOptionalDerefAttrBytes() local
1674 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() local
1754 return Error(ParenLoc, "expected '('"); in ParseOptionalStackAlignment()
1757 ParenLoc = Lex.getLoc(); in ParseOptionalStackAlignment()
1759 return Error(ParenLoc, "expected ')'"); in ParseOptionalStackAlignment()