Home | History | Annotate | Download | only in Frontend

Lines Matching refs:StartLineNo

917   unsigned StartLineNo = SM.getExpansionLineNumber(Begin);
918 if (StartLineNo > LineNo || SM.getFileID(Begin) != FID)
927 if (StartLineNo == LineNo) {