Searched refs:BInfo (Results 1 – 3 of 3) sorted by relevance
139 for (const auto &BInfo : BlocksByName) { in runOnModule() local140 Function *F = M.getFunction(BInfo.first); in runOnModule()144 for (const auto &BBInfo : BInfo.second) { in runOnModule()
707 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(BLoc); in ProcessCodeCompleteResults() local714 << " {" << SM.getLineNumber(BInfo.first, BInfo.second) << ':' in ProcessCodeCompleteResults()715 << SM.getColumnNumber(BInfo.first, BInfo.second) << '-' in ProcessCodeCompleteResults()
1524 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(BLoc); in emitParseableFixits() local1539 OS << "\":{" << SM.getLineNumber(BInfo.first, BInfo.second) in emitParseableFixits()1540 << ':' << SM.getColumnNumber(BInfo.first, BInfo.second) in emitParseableFixits()