Lines Matching refs:CppHashInfo
166 CppHashInfoTy CppHashInfo; member in __anon1f1fff4e0111::AsmParser
952 CppHashInfo = std::get<1>(LocSym); in Run()
1174 DirLabels.push_back(std::make_tuple(Loc, CppHashInfo, Sym)); in parsePrimaryExpr()
2215 if (!CppHashInfo.Filename.empty()) { in parseStatement()
2217 0, StringRef(), CppHashInfo.Filename); in parseStatement()
2221 SrcMgr.FindLineNumber(CppHashInfo.Loc, CppHashInfo.Buf); in parseStatement()
2222 Line = CppHashInfo.LineNumber - 1 + (Line - CppHashLocLineNo); in parseStatement()
2279 CppHashInfo.Loc = L; in parseCppHashLineFilenameComment()
2280 CppHashInfo.Filename = Filename; in parseCppHashLineFilenameComment()
2281 CppHashInfo.LineNumber = LineNumber; in parseCppHashLineFilenameComment()
2282 CppHashInfo.Buf = CurBuffer; in parseCppHashLineFilenameComment()
2296 Parser->SrcMgr.FindBufferContainingLoc(Parser->CppHashInfo.Loc); in DiagHandler()
2310 if (!Parser->CppHashInfo.LineNumber || &DiagSrcMgr != &Parser->SrcMgr || in DiagHandler()
2322 const std::string &Filename = Parser->CppHashInfo.Filename; in DiagHandler()
2326 Parser->SrcMgr.FindLineNumber(Parser->CppHashInfo.Loc, CppHashBuf); in DiagHandler()
2328 Parser->CppHashInfo.LineNumber - 1 + (DiagLocLineNo - CppHashLocLineNo); in DiagHandler()