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

Declarations

tools/clang/include/clang/AST/DeclBase.h
 1135   static void printGroup(Decl** Begin, unsigned NumDecls,

References

tools/clang/lib/AST/DeclPrinter.cpp
  283   Decl::printGroup(Decls.data(), Decls.size(), Out, Policy, Indentation);
tools/clang/lib/AST/StmtPrinter.cpp
  192   Decl::printGroup(Decls.data(), Decls.size(), OS, Policy, IndentLevel);