Home | History | Annotate | Download | only in Frontend

Lines Matching refs:EInfo

768       std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(E);
772 if (BInfo.first != CaretFileID || EInfo.first != CaretFileID)
783 << SM.getLineNumber(EInfo.first, EInfo.second) << ':'
784 << (SM.getColumnNumber(EInfo.first, EInfo.second)+TokSize)
1142 std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(ELoc);
1146 EInfo.second += Lexer::MeasureTokenLength(ELoc, SM, LangOpts);
1158 << '-' << SM.getLineNumber(EInfo.first, EInfo.second)
1159 << ':' << SM.getColumnNumber(EInfo.first, EInfo.second)