Searched refs:parserLoc (Results 1 – 1 of 1) sorted by relevance
2286 ParseResult parse(Block *topLevelBlock, Location parserLoc);2546 Location parserLoc) { in parse() argument2548 OwningOpRef<ModuleOp> topLevelOp(ModuleOp::create(parserLoc)); in parse()2607 Location parserLoc = in parseAsmSourceFile() local2614 return TopLevelOperationParser(state).parse(block, parserLoc); in parseAsmSourceFile()