Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Parser/
DParser.cpp1932 ParseResult parse(Block *topLevelBlock, Location parserLoc);
2010 Location parserLoc) { in parse() argument
2012 OwningOpRef<Operation *> topLevelOp(ModuleOp::create(parserLoc)); in parse()
2068 Location parserLoc = FileLineColLoc::get(sourceBuf->getBufferIdentifier(), in parseSourceFile() local
2071 *sourceFileLoc = parserLoc; in parseSourceFile()
2075 return TopLevelOperationParser(state).parse(block, parserLoc); in parseSourceFile()