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

References

lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
   50   unsigned BufNum = DiagInfo->SrcMgr.FindBufferContainingLoc(Diag.getLoc());
lib/CodeGen/MIRParser/MIRParser.cpp
  894   SMLoc Loc = Error.getLoc();
lib/MC/MCParser/AsmParser.cpp
 2335   SMLoc DiagLoc = Diag.getLoc();
 2372   SMDiagnostic NewDiag(*Diag.getSourceMgr(), Diag.getLoc(), Filename, LineNo,
lib/Support/SourceMgr.cpp
  233   if (Diagnostic.getLoc().isValid()) {
  234     unsigned CurBuf = FindBufferContainingLoc(Diagnostic.getLoc());
lib/TextAPI/MachO/TextStub.cpp
 1098   SMDiagnostic NewDiag(*Diag.getSourceMgr(), Diag.getLoc(), File->Path,
tools/clang/lib/CodeGen/CodeGenAction.cpp
  407   LSM.getMemoryBuffer(LSM.FindBufferContainingLoc(D.getLoc()));
  418   unsigned Offset = D.getLoc().getPointer() - LBuf->getBufferStart();
  440   if (D.getLoc() != SMLoc())
  463     if (D.getLoc().isValid()) {
tools/clang/lib/Parse/ParseStmtAsm.cpp
  195   SourceLocation Loc = translateLocation(LSM, D.getLoc());
unittests/TableGen/CodeExpanderTest.cpp
   40       EXPECT_EQ(Received[i].getLoc(), Expected[i].getLoc());
   40       EXPECT_EQ(Received[i].getLoc(), Expected[i].getLoc());