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

References

tools/clang/lib/CodeGen/CGDecl.cpp
   43   switch (D.getKind()) {
  117         DI->EmitNamespaceAlias(cast<NamespaceAliasDecl>(D));
  121         DI->EmitUsingDecl(cast<UsingDecl>(D));
  124     for (auto *Using : cast<UsingPackDecl>(D).expansions())
  129       DI->EmitUsingDirective(cast<UsingDirectiveDecl>(D));
  133     const VarDecl &VD = cast<VarDecl>(D);
  145     return CGM.EmitOMPDeclareReduction(cast<OMPDeclareReductionDecl>(&D), this);
  148     return CGM.EmitOMPDeclareMapper(cast<OMPDeclareMapperDecl>(&D), this);
  152     const TypedefNameDecl &TD = cast<TypedefNameDecl>(D);