Lines Matching refs:CppHashInfo
163 CppHashInfoTy CppHashInfo; member in __anon4b9616090111::AsmParser
1069 CppHashInfo = std::get<1>(LocSym); in Run()
1301 DirLabels.push_back(std::make_tuple(Loc, CppHashInfo, Sym)); in parsePrimaryExpr()
2363 if (!CppHashInfo.Filename.empty()) { in parseAndMatchAndEmitTargetInstruction()
2365 0, StringRef(), CppHashInfo.Filename); in parseAndMatchAndEmitTargetInstruction()
2369 SrcMgr.FindLineNumber(CppHashInfo.Loc, CppHashInfo.Buf); in parseAndMatchAndEmitTargetInstruction()
2370 Line = CppHashInfo.LineNumber - 1 + (Line - CppHashLocLineNo); in parseAndMatchAndEmitTargetInstruction()
2431 CppHashInfo.Loc = L; in parseCppHashLineFilenameComment()
2432 CppHashInfo.Filename = Filename; in parseCppHashLineFilenameComment()
2433 CppHashInfo.LineNumber = LineNumber; in parseCppHashLineFilenameComment()
2434 CppHashInfo.Buf = CurBuffer; in parseCppHashLineFilenameComment()
2450 Parser->SrcMgr.FindBufferContainingLoc(Parser->CppHashInfo.Loc); in DiagHandler()
2464 if (!Parser->CppHashInfo.LineNumber || DiagBuf != CppHashBuf) { in DiagHandler()
2475 const std::string &Filename = std::string(Parser->CppHashInfo.Filename); in DiagHandler()
2479 Parser->SrcMgr.FindLineNumber(Parser->CppHashInfo.Loc, CppHashBuf); in DiagHandler()
2481 Parser->CppHashInfo.LineNumber - 1 + (DiagLocLineNo - CppHashLocLineNo); in DiagHandler()