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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 1829   void GenerateCode(GlobalDecl GD, llvm::Function *Fn,

References

tools/clang/lib/CodeGen/CGCXX.cpp
  214   CodeGenFunction(*this).GenerateCode(GD, Fn, FnInfo);
tools/clang/lib/CodeGen/CodeGenModule.cpp
 2780   CodeGenFunction(*this).GenerateCode(NewGD, Fn, FI);
 4421   CodeGenFunction(*this).GenerateCode(D, Fn, FI);