Searched refs:parserLoc (Results 1 – 1 of 1) sorted by relevance
1932 ParseResult parse(Block *topLevelBlock, Location parserLoc);2010 Location parserLoc) { in parse() argument2012 OwningOpRef<Operation *> topLevelOp(ModuleOp::create(parserLoc)); in parse()2068 Location parserLoc = FileLineColLoc::get(sourceBuf->getBufferIdentifier(), in parseSourceFile() local2071 *sourceFileLoc = parserLoc; in parseSourceFile()2075 return TopLevelOperationParser(state).parse(block, parserLoc); in parseSourceFile()