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

References

tools/clang/include/clang/Sema/Sema.h
 1846   DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);
 2275   DeclGroupPtrTy FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS,
 2277   DeclGroupPtrTy BuildDeclaratorGroup(MutableArrayRef<Decl *> Group);
 2355   DeclGroupPtrTy ActOnModuleDecl(SourceLocation StartLoc,
 2362   DeclGroupPtrTy ActOnGlobalModuleFragmentDecl(SourceLocation ModuleLoc);
 2368   DeclGroupPtrTy ActOnPrivateModuleFragmentDecl(SourceLocation ModuleLoc,
 4080   StmtResult ActOnDeclStmt(DeclGroupPtrTy Decl,
 4083   void ActOnForEachDeclStmt(DeclGroupPtrTy Decl);
 8591   DeclGroupPtrTy ActOnFinishObjCImplementation(Decl *ObjCImpDecl,
 8594   DeclGroupPtrTy ActOnForwardClassDeclaration(SourceLocation Loc,
 8600   DeclGroupPtrTy
 8698                    ArrayRef<DeclGroupPtrTy> allTUVars = None);
 9404   DeclGroupPtrTy ActOnOpenMPThreadprivateDirective(
 9411   DeclGroupPtrTy ActOnOpenMPAllocateDirective(SourceLocation Loc,
 9416   DeclGroupPtrTy ActOnOpenMPRequiresDirective(SourceLocation Loc,
 9426   DeclGroupPtrTy ActOnOpenMPDeclareReductionDirectiveStart(
 9441   DeclGroupPtrTy ActOnOpenMPDeclareReductionDirectiveEnd(
 9442       Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid);
 9461   DeclGroupPtrTy
 9772   DeclGroupPtrTy ActOnOpenMPDeclareSimdDirective(
 9773       DeclGroupPtrTy DG, OMPDeclareSimdDeclAttr::BranchStateTy BS,
 9787       DeclGroupPtrTy DG, Expr *VariantRef, SourceRange SR);
11179                                      DeclGroupPtrTy IterationVar);
tools/clang/lib/Sema/SemaCodeComplete.cpp
 6996                                          DeclGroupPtrTy IterationVar) {
tools/clang/lib/Sema/SemaDecl.cpp
   54 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) {
   57     return DeclGroupPtrTy::make(DeclGroupRef::Create(Context, Group, 2));
   60   return DeclGroupPtrTy::make(DeclGroupRef(Ptr));
12800 Sema::DeclGroupPtrTy Sema::FinalizeDeclaratorGroup(Scope *S, const DeclSpec &DS,
12870 Sema::DeclGroupPtrTy
12905   return DeclGroupPtrTy::make(
tools/clang/lib/Sema/SemaDeclObjC.cpp
 1768 Sema::DeclGroupPtrTy
 2091 Sema::DeclGroupPtrTy
 3029 Sema::DeclGroupPtrTy
 3892                        ArrayRef<DeclGroupPtrTy> allTUVars) {
tools/clang/lib/Sema/SemaModule.cpp
   59 Sema::DeclGroupPtrTy
   92 Sema::DeclGroupPtrTy
  247 Sema::DeclGroupPtrTy
tools/clang/lib/Sema/SemaOpenMP.cpp
 2382 Sema::DeclGroupPtrTy
 2387     return DeclGroupPtrTy::make(DeclGroupRef(D));
 2596 Sema::DeclGroupPtrTy Sema::ActOnOpenMPAllocateDirective(
 2661   return DeclGroupPtrTy::make(DeclGroupRef(D));
 2664 Sema::DeclGroupPtrTy
 2677   return DeclGroupPtrTy::make(DeclGroupRef(D));
 4709 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareSimdDirective(
 4710     DeclGroupPtrTy DG, OMPDeclareSimdDeclAttr::BranchStateTy BS, Expr *Simdlen,
 4958 Sema::checkOpenMPDeclareVariantFunction(Sema::DeclGroupPtrTy DG,
15578 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareReductionDirectiveStart(
15656   return DeclGroupPtrTy::make(
15789 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareReductionDirectiveEnd(
15790     Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid) {
15925 Sema::DeclGroupPtrTy
15937   return DeclGroupPtrTy::make(DeclGroupRef(D));
tools/clang/lib/Sema/SemaStmt.cpp
   72 StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc,
   82 void Sema::ActOnForEachDeclStmt(DeclGroupPtrTy dg) {
 2145   DeclGroupPtrTy RangeGroup =
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 3017   Sema::DeclGroupPtrTy Res = SemaRef.ActOnOpenMPAllocateDirective(
tools/clang/lib/Sema/TreeTransform.h
 1375     Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls);
tools/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
  376   Sema::DeclGroupPtrTy result_decl_group_ptr;