Lines Matching refs:CppHashInfo
443 CppHashInfoTy CppHashInfo; member in __anon60b61cd60111::MasmParser
1444 CppHashInfo = std::get<1>(LocSym); in Run()
2698 if (!CppHashInfo.Filename.empty()) { in parseStatement()
2700 0, StringRef(), CppHashInfo.Filename); in parseStatement()
2704 SrcMgr.FindLineNumber(CppHashInfo.Loc, CppHashInfo.Buf); in parseStatement()
2705 Line = CppHashInfo.LineNumber - 1 + (Line - CppHashLocLineNo); in parseStatement()
2763 CppHashInfo.Loc = L; in parseCppHashLineFilenameComment()
2764 CppHashInfo.Filename = Filename; in parseCppHashLineFilenameComment()
2765 CppHashInfo.LineNumber = LineNumber; in parseCppHashLineFilenameComment()
2766 CppHashInfo.Buf = CurBuffer; in parseCppHashLineFilenameComment()
2782 Parser->SrcMgr.FindBufferContainingLoc(Parser->CppHashInfo.Loc); in DiagHandler()
2796 if (!Parser->CppHashInfo.LineNumber || &DiagSrcMgr != &Parser->SrcMgr || in DiagHandler()
2808 const std::string &Filename = std::string(Parser->CppHashInfo.Filename); in DiagHandler()
2812 Parser->SrcMgr.FindLineNumber(Parser->CppHashInfo.Loc, CppHashBuf); in DiagHandler()
2814 Parser->CppHashInfo.LineNumber - 1 + (DiagLocLineNo - CppHashLocLineNo); in DiagHandler()