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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 2654   llvm::DebugLoc SourceLocToDebugLoc(SourceLocation Location);

References

tools/clang/lib/CodeGen/CGStmt.cpp
  718                  SourceLocToDebugLoc(R.getBegin()),
  719                  SourceLocToDebugLoc(R.getEnd()));
  820                  SourceLocToDebugLoc(R.getBegin()),
  821                  SourceLocToDebugLoc(R.getEnd()));
  878                  SourceLocToDebugLoc(R.getBegin()),
  879                  SourceLocToDebugLoc(R.getEnd()));
  979                  SourceLocToDebugLoc(R.getBegin()),
  980                  SourceLocToDebugLoc(R.getEnd()));
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1404   LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()),
 1405                  SourceLocToDebugLoc(R.getEnd()));
 1883   LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()),
 1884                  SourceLocToDebugLoc(R.getEnd()));