reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MC/MCParser/AsmParser.cpp
  986         CppHashInfo = std::get<1>(LocSym);
 1210         DirLabels.push_back(std::make_tuple(Loc, CppHashInfo, Sym));
 2254     if (!CppHashInfo.Filename.empty()) {
 2256           0, StringRef(), CppHashInfo.Filename);
 2260         SrcMgr.FindLineNumber(CppHashInfo.Loc, CppHashInfo.Buf);
 2260         SrcMgr.FindLineNumber(CppHashInfo.Loc, CppHashInfo.Buf);
 2261       Line = CppHashInfo.LineNumber - 1 + (Line - CppHashLocLineNo);
 2319   CppHashInfo.Loc = L;
 2320   CppHashInfo.Filename = Filename;
 2321   CppHashInfo.LineNumber = LineNumber;
 2322   CppHashInfo.Buf = CurBuffer;
 2338       Parser->SrcMgr.FindBufferContainingLoc(Parser->CppHashInfo.Loc);
 2352   if (!Parser->CppHashInfo.LineNumber || &DiagSrcMgr != &Parser->SrcMgr ||
 2364   const std::string &Filename = Parser->CppHashInfo.Filename;
 2368       Parser->SrcMgr.FindLineNumber(Parser->CppHashInfo.Loc, CppHashBuf);
 2370       Parser->CppHashInfo.LineNumber - 1 + (DiagLocLineNo - CppHashLocLineNo);