Home | History | Annotate | Download | only in Frontend

Lines Matching refs:EInfo

841       std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(E);
845 if (BInfo.first != CaretFileID || EInfo.first != CaretFileID)
856 << SM.getLineNumber(EInfo.first, EInfo.second) << ':'
857 << (SM.getColumnNumber(EInfo.first, EInfo.second)+TokSize)
1243 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(ELoc);
1247 EInfo.second += Lexer::MeasureTokenLength(ELoc, SM, LangOpts);
1259 << '-' << SM.getLineNumber(EInfo.first, EInfo.second)
1260 << ':' << SM.getColumnNumber(EInfo.first, EInfo.second)