Home | History | Annotate | Download | only in Frontend

Lines Matching refs:EInfo

848       std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(E);
852 if (BInfo.first != CaretFileID || EInfo.first != CaretFileID)
863 << SM.getLineNumber(EInfo.first, EInfo.second) << ':'
864 << (SM.getColumnNumber(EInfo.first, EInfo.second)+TokSize)
1239 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(ELoc);
1243 EInfo.second += Lexer::MeasureTokenLength(ELoc, SM, LangOpts);
1255 << '-' << SM.getLineNumber(EInfo.first, EInfo.second)
1256 << ':' << SM.getColumnNumber(EInfo.first, EInfo.second)