Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2362 LocTy ParenLoc = Lex.getLoc(); in parseOptionalAlignment() local
2373 return error(ParenLoc, "expected ')'"); in parseOptionalAlignment()
2421 LocTy ParenLoc = Lex.getLoc(); in parseOptionalDerefAttrBytes() local
2423 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() local
2455 return error(ParenLoc, "expected '('"); in parseAllocKind()
2477 ParenLoc = Lex.getLoc(); in parseAllocKind()
2479 return error(ParenLoc, "expected ')'"); in parseAllocKind()
[all …]