Lines Matching refs:CppHashInfo
426 CppHashInfoTy CppHashInfo; member in __anonbc3838060111::MasmParser
1423 CppHashInfo = std::get<1>(LocSym); in Run()
2714 if (!CppHashInfo.Filename.empty()) { in parseStatement()
2716 0, StringRef(), CppHashInfo.Filename); in parseStatement()
2720 SrcMgr.FindLineNumber(CppHashInfo.Loc, CppHashInfo.Buf); in parseStatement()
2721 Line = CppHashInfo.LineNumber - 1 + (Line - CppHashLocLineNo); in parseStatement()
2779 CppHashInfo.Loc = L; in parseCppHashLineFilenameComment()
2780 CppHashInfo.Filename = Filename; in parseCppHashLineFilenameComment()
2781 CppHashInfo.LineNumber = LineNumber; in parseCppHashLineFilenameComment()
2782 CppHashInfo.Buf = CurBuffer; in parseCppHashLineFilenameComment()
2798 Parser->SrcMgr.FindBufferContainingLoc(Parser->CppHashInfo.Loc); in DiagHandler()
2812 if (!Parser->CppHashInfo.LineNumber || &DiagSrcMgr != &Parser->SrcMgr || in DiagHandler()
2824 const std::string &Filename = std::string(Parser->CppHashInfo.Filename); in DiagHandler()
2828 Parser->SrcMgr.FindLineNumber(Parser->CppHashInfo.Loc, CppHashBuf); in DiagHandler()
2830 Parser->CppHashInfo.LineNumber - 1 + (DiagLocLineNo - CppHashLocLineNo); in DiagHandler()