• Home
  • Raw
  • Download

Lines Matching refs:CppHashInfo

163   CppHashInfoTy CppHashInfo;  member in __anon2c2f50ca0111::AsmParser
563 MacrosEnabledFlag(true), HadError(false), CppHashInfo(), in AsmParser()
785 CppHashInfo = std::get<1>(LocSym); in Run()
998 DirLabels.push_back(std::make_tuple(Loc, CppHashInfo, Sym)); in parsePrimaryExpr()
1887 if (CppHashInfo.Filename.size()) { in parseStatement()
1889 0, StringRef(), CppHashInfo.Filename); in parseStatement()
1896 if (LastQueryIDLoc == CppHashInfo.Loc && in parseStatement()
1897 LastQueryBuffer == CppHashInfo.Buf) in parseStatement()
1901 SrcMgr.FindLineNumber(CppHashInfo.Loc, CppHashInfo.Buf); in parseStatement()
1903 LastQueryIDLoc = CppHashInfo.Loc; in parseStatement()
1904 LastQueryBuffer = CppHashInfo.Buf; in parseStatement()
1906 Line = CppHashInfo.LineNumber - 1 + (Line - CppHashLocLineNo); in parseStatement()
1964 CppHashInfo.Loc = L; in parseCppHashLineFilenameComment()
1965 CppHashInfo.Filename = Filename; in parseCppHashLineFilenameComment()
1966 CppHashInfo.LineNumber = LineNumber; in parseCppHashLineFilenameComment()
1967 CppHashInfo.Buf = CurBuffer; in parseCppHashLineFilenameComment()
1981 Parser->SrcMgr.FindBufferContainingLoc(Parser->CppHashInfo.Loc); in DiagHandler()
1995 if (!Parser->CppHashInfo.LineNumber || &DiagSrcMgr != &Parser->SrcMgr || in DiagHandler()
2007 const std::string &Filename = Parser->CppHashInfo.Filename; in DiagHandler()
2011 Parser->SrcMgr.FindLineNumber(Parser->CppHashInfo.Loc, CppHashBuf); in DiagHandler()
2013 Parser->CppHashInfo.LineNumber - 1 + (DiagLocLineNo - CppHashLocLineNo); in DiagHandler()