Searched refs:DiagSrcMgr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1848 const SourceMgr &DiagSrcMgr = *Diag.getSourceMgr(); local
1850 unsigned DiagBuf = DiagSrcMgr.FindBufferContainingLoc(DiagLoc);
1856 unsigned DiagCurBuffer = DiagSrcMgr.FindBufferContainingLoc(DiagLoc);
1858 DiagCurBuffer != DiagSrcMgr.getMainFileID()) {
1859 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer);
1860 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS);
1866 if (!Parser->CppHashLineNumber || &DiagSrcMgr != &Parser->SrcMgr ||
1880 int DiagLocLineNo = DiagSrcMgr.FindLineNumber(DiagLoc, DiagBuf);

Completed in 139 milliseconds