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

/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1695 const SourceMgr &DiagSrcMgr = *Diag.getSourceMgr(); local
1697 unsigned DiagBuf = DiagSrcMgr.FindBufferContainingLoc(DiagLoc);
1703 unsigned DiagCurBuffer = DiagSrcMgr.FindBufferContainingLoc(DiagLoc);
1705 DiagCurBuffer != DiagSrcMgr.getMainFileID()) {
1706 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer);
1707 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS);
1713 if (!Parser->CppHashLineNumber || &DiagSrcMgr != &Parser->SrcMgr ||
1727 int DiagLocLineNo = DiagSrcMgr.FindLineNumber(DiagLoc, DiagBuf);

Completed in 110 milliseconds