Lines Matching refs:CppHashInfo
429 CppHashInfoTy CppHashInfo; member in __anon96dc1d8a0111::MasmParser
1424 CppHashInfo = std::get<1>(LocSym); in Run()
1744 DirLabels.push_back(std::make_tuple(Loc, CppHashInfo, Sym)); in parsePrimaryExpr()
2749 if (!CppHashInfo.Filename.empty()) { in parseStatement()
2751 0, StringRef(), CppHashInfo.Filename); in parseStatement()
2755 SrcMgr.FindLineNumber(CppHashInfo.Loc, CppHashInfo.Buf); in parseStatement()
2756 Line = CppHashInfo.LineNumber - 1 + (Line - CppHashLocLineNo); in parseStatement()
2814 CppHashInfo.Loc = L; in parseCppHashLineFilenameComment()
2815 CppHashInfo.Filename = Filename; in parseCppHashLineFilenameComment()
2816 CppHashInfo.LineNumber = LineNumber; in parseCppHashLineFilenameComment()
2817 CppHashInfo.Buf = CurBuffer; in parseCppHashLineFilenameComment()
2833 Parser->SrcMgr.FindBufferContainingLoc(Parser->CppHashInfo.Loc); in DiagHandler()
2847 if (!Parser->CppHashInfo.LineNumber || &DiagSrcMgr != &Parser->SrcMgr || in DiagHandler()
2859 const std::string &Filename = std::string(Parser->CppHashInfo.Filename); in DiagHandler()
2863 Parser->SrcMgr.FindLineNumber(Parser->CppHashInfo.Loc, CppHashBuf); in DiagHandler()
2865 Parser->CppHashInfo.LineNumber - 1 + (DiagLocLineNo - CppHashLocLineNo); in DiagHandler()