Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendActions.cpp448 auto sourceInfo{cs.GetSourcePositionRange(symbol->name())}; in executeAction() local
449 if (!sourceInfo) { in executeAction()
458 << sourceInfo->first.file.path() << ", " in executeAction()
459 << sourceInfo->first.line << ", " << sourceInfo->first.column in executeAction()
460 << "-" << sourceInfo->second.column << "\n"; in executeAction()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsemantics.cpp512 if (auto sourceInfo{allCooked.GetSourcePositionRange(symbol.name())}) { in DumpSymbolsSources() local
513 os << symbol.name().ToString() << ": " << sourceInfo->first.file.path() in DumpSymbolsSources()
514 << ", " << sourceInfo->first.line << ", " << sourceInfo->first.column in DumpSymbolsSources()
515 << "-" << sourceInfo->second.column << "\n"; in DumpSymbolsSources()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp2967 OpAsmParser::UnresolvedOperand sourceInfo; in parse() local
2973 if (parser.parseOperand(sourceInfo) || in parse()
3002 if (parser.resolveOperand(sourceInfo, shapedType, result.operands) || in parse()
3427 OpAsmParser::UnresolvedOperand vectorInfo, sourceInfo; in parse() local
3432 parser.parseOperand(sourceInfo) || in parse()
3457 parser.resolveOperand(sourceInfo, shapedType, result.operands) || in parse()