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

References

tools/clang/include/clang/AST/DeclGroup.h
   88     return const_cast<DeclGroupRef*>(this)->getSingleDecl();
tools/clang/include/clang/AST/Stmt.h
 1229   Decl *getSingleDecl() { return DG.getSingleDecl(); }
tools/clang/lib/Parse/ParseTemplate.cpp
  206     return usingDeclPtr.get().getSingleDecl();
tools/clang/lib/Sema/SemaOpenMP.cpp
 4726   Decl *ADecl = DG.get().getSingleDecl();
 4970   Decl *ADecl = DG.get().getSingleDecl();
tools/clang/lib/Sema/SemaStmt.cpp
   90   Decl *decl = DG.getSingleDecl();
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 3021   return Res.get().getSingleDecl();
 3060   auto *NewDRD = cast<OMPDeclareReductionDecl>(DRD.get().getSingleDecl());