Lines Matching refs:CppHashInfo
163 CppHashInfoTy CppHashInfo; member in __anon84a98b390111::AsmParser
1066 CppHashInfo = std::get<1>(LocSym); in Run()
1298 DirLabels.push_back(std::make_tuple(Loc, CppHashInfo, Sym)); in parsePrimaryExpr()
2368 if (!CppHashInfo.Filename.empty()) { in parseAndMatchAndEmitTargetInstruction()
2370 0, StringRef(), CppHashInfo.Filename); in parseAndMatchAndEmitTargetInstruction()
2374 SrcMgr.FindLineNumber(CppHashInfo.Loc, CppHashInfo.Buf); in parseAndMatchAndEmitTargetInstruction()
2375 Line = CppHashInfo.LineNumber - 1 + (Line - CppHashLocLineNo); in parseAndMatchAndEmitTargetInstruction()
2436 CppHashInfo.Loc = L; in parseCppHashLineFilenameComment()
2437 CppHashInfo.Filename = Filename; in parseCppHashLineFilenameComment()
2438 CppHashInfo.LineNumber = LineNumber; in parseCppHashLineFilenameComment()
2439 CppHashInfo.Buf = CurBuffer; in parseCppHashLineFilenameComment()
2455 Parser->SrcMgr.FindBufferContainingLoc(Parser->CppHashInfo.Loc); in DiagHandler()
2469 if (!Parser->CppHashInfo.LineNumber || DiagBuf != CppHashBuf) { in DiagHandler()
2480 const std::string &Filename = std::string(Parser->CppHashInfo.Filename); in DiagHandler()
2484 Parser->SrcMgr.FindLineNumber(Parser->CppHashInfo.Loc, CppHashBuf); in DiagHandler()
2486 Parser->CppHashInfo.LineNumber - 1 + (DiagLocLineNo - CppHashLocLineNo); in DiagHandler()