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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 2667   void EmitDecl(const Decl &D);

References

tools/clang/lib/CodeGen/CGDecl.cpp
  125       EmitDecl(*Using);
tools/clang/lib/CodeGen/CGStmt.cpp
  641     EmitDecl(*S.getConditionVariable());
  738     EmitDecl(*S.getConditionVariable());
  898       EmitDecl(*S.getConditionVariable());
 1144     EmitDecl(*I);
 1609         EmitDecl(*S.getConditionVariable());
 1638     EmitDecl(*S.getConditionVariable());
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  857                 EmitDecl(*VD);
  888           EmitDecl(*VD);
 1013             EmitDecl(*VD);
 4679       EmitDecl(*PvtVD);