Searched refs:CppHashInfo (Results 1 – 2 of 2) sorted by relevance
157 CppHashInfoTy CppHashInfo; member in __anon4b9616090111::AsmParser1044 CppHashInfo = std::get<1>(LocSym); in Run()1274 DirLabels.push_back(std::make_tuple(Loc, CppHashInfo, Sym)); in parsePrimaryExpr()2292 if (!CppHashInfo.Filename.empty()) { in parseAndMatchAndEmitTargetInstruction()2294 0, StringRef(), CppHashInfo.Filename); in parseAndMatchAndEmitTargetInstruction()2298 SrcMgr.FindLineNumber(CppHashInfo.Loc, CppHashInfo.Buf); in parseAndMatchAndEmitTargetInstruction()2299 Line = CppHashInfo.LineNumber - 1 + (Line - CppHashLocLineNo); in parseAndMatchAndEmitTargetInstruction()2360 CppHashInfo.Loc = L; in parseCppHashLineFilenameComment()2361 CppHashInfo.Filename = Filename; in parseCppHashLineFilenameComment()2362 CppHashInfo.LineNumber = LineNumber; in parseCppHashLineFilenameComment()[all …]
433 CppHashInfoTy CppHashInfo; member in __anon60b61cd60111::MasmParser1263 CppHashInfo = std::get<1>(LocSym); in Run()2380 CppHashInfo.Loc = L; in parseCppHashLineFilenameComment()2381 CppHashInfo.Filename = Filename; in parseCppHashLineFilenameComment()2382 CppHashInfo.LineNumber = LineNumber; in parseCppHashLineFilenameComment()2383 CppHashInfo.Buf = CurBuffer; in parseCppHashLineFilenameComment()2399 Parser->SrcMgr.FindBufferContainingLoc(Parser->CppHashInfo.Loc); in DiagHandler()2413 if (!Parser->CppHashInfo.LineNumber || &DiagSrcMgr != &Parser->SrcMgr || in DiagHandler()2425 const std::string &Filename = std::string(Parser->CppHashInfo.Filename); in DiagHandler()2429 Parser->SrcMgr.FindLineNumber(Parser->CppHashInfo.Loc, CppHashBuf); in DiagHandler()[all …]