Searched refs:sourceInfo (Results 1 – 3 of 3) sorted by relevance
448 auto sourceInfo{cs.GetSourcePositionRange(symbol->name())}; in executeAction() local449 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()
512 if (auto sourceInfo{allCooked.GetSourcePositionRange(symbol.name())}) { in DumpSymbolsSources() local513 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()
2967 OpAsmParser::UnresolvedOperand sourceInfo; in parse() local2973 if (parser.parseOperand(sourceInfo) || in parse()3002 if (parser.resolveOperand(sourceInfo, shapedType, result.operands) || in parse()3427 OpAsmParser::UnresolvedOperand vectorInfo, sourceInfo; in parse() local3432 parser.parseOperand(sourceInfo) || in parse()3457 parser.resolveOperand(sourceInfo, shapedType, result.operands) || in parse()