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

Declarations

tools/clang/include/clang/Sema/Sema.h
 2277   DeclGroupPtrTy BuildDeclaratorGroup(MutableArrayRef<Decl *> Group);

References

tools/clang/lib/Parse/ParseDecl.cpp
 1839       return Actions.BuildDeclaratorGroup(decls);
tools/clang/lib/Parse/ParseDeclCXX.cpp
  774   return Actions.BuildDeclaratorGroup(DeclsInGroup);
 2635       return Actions.BuildDeclaratorGroup(decls);
tools/clang/lib/Parse/ParseOpenMP.cpp
 1199   return Actions.BuildDeclaratorGroup(Decls);
 1475     return Actions.BuildDeclaratorGroup(Decls);
tools/clang/lib/Parse/Parser.cpp
 1047       return Actions.BuildDeclaratorGroup(decls);
tools/clang/lib/Sema/SemaDecl.cpp
12865   return BuildDeclaratorGroup(Decls);
tools/clang/lib/Sema/SemaDeclObjC.cpp
 1794   return BuildDeclaratorGroup(DeclsInGroup);
 2107   return BuildDeclaratorGroup(DeclsInGroup);
 3122   return BuildDeclaratorGroup(DeclsInGroup);
tools/clang/lib/Sema/SemaStmt.cpp
 2146       BuildDeclaratorGroup(MutableArrayRef<Decl *>((Decl **)&RangeVar, 1));
tools/clang/lib/Sema/TreeTransform.h
 1375     Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls);