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

Declarations

tools/clang/lib/CodeGen/CGDebugInfo.h
  376   void setLocation(SourceLocation Loc);

References

tools/clang/lib/CodeGen/CGBlocks.cpp
 1487       DI->setLocation(D->getLocation());
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 3276   setLocation(VD->getLocation());
 3754   setLocation(Loc);
 3789   setLocation(Loc);
tools/clang/lib/CodeGen/CGDecl.cpp
  448     DI->setLocation(D.getLocation());
 1561     DI->setLocation(D.getLocation());
tools/clang/lib/CodeGen/CGStmt.cpp
  559       DI->setLocation(D->getLocation());