Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DParser.cpp2286 ParseResult parse(Block *topLevelBlock, Location parserLoc);
2546 Location parserLoc) { in parse() argument
2548 OwningOpRef<ModuleOp> topLevelOp(ModuleOp::create(parserLoc)); in parse()
2607 Location parserLoc = in parseAsmSourceFile() local
2614 return TopLevelOperationParser(state).parse(block, parserLoc); in parseAsmSourceFile()