Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.cpp1506 LocTy ParenLoc = Lex.getLoc(); in ParseOptionalStackAlignment() local
1508 return Error(ParenLoc, "expected '('"); in ParseOptionalStackAlignment()
1511 ParenLoc = Lex.getLoc(); in ParseOptionalStackAlignment()
1513 return Error(ParenLoc, "expected ')'"); in ParseOptionalStackAlignment()