Lines Matching refs:CppHashInfo
443 CppHashInfoTy CppHashInfo; member in __anon4534580c0111::MasmParser
1443 CppHashInfo = std::get<1>(LocSym); in Run()
2697 if (!CppHashInfo.Filename.empty()) { in parseStatement()
2699 0, StringRef(), CppHashInfo.Filename); in parseStatement()
2703 SrcMgr.FindLineNumber(CppHashInfo.Loc, CppHashInfo.Buf); in parseStatement()
2704 Line = CppHashInfo.LineNumber - 1 + (Line - CppHashLocLineNo); in parseStatement()
2762 CppHashInfo.Loc = L; in parseCppHashLineFilenameComment()
2763 CppHashInfo.Filename = Filename; in parseCppHashLineFilenameComment()
2764 CppHashInfo.LineNumber = LineNumber; in parseCppHashLineFilenameComment()
2765 CppHashInfo.Buf = CurBuffer; in parseCppHashLineFilenameComment()
2781 Parser->SrcMgr.FindBufferContainingLoc(Parser->CppHashInfo.Loc); in DiagHandler()
2795 if (!Parser->CppHashInfo.LineNumber || &DiagSrcMgr != &Parser->SrcMgr || in DiagHandler()
2807 const std::string &Filename = std::string(Parser->CppHashInfo.Filename); in DiagHandler()
2811 Parser->SrcMgr.FindLineNumber(Parser->CppHashInfo.Loc, CppHashBuf); in DiagHandler()
2813 Parser->CppHashInfo.LineNumber - 1 + (DiagLocLineNo - CppHashLocLineNo); in DiagHandler()