Searched refs:printGroup (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 192 void Decl::printGroup(Decl** Begin, unsigned NumDecls, in printGroup() function in Decl 326 Decl::printGroup(Decls.data(), Decls.size(), Out, Policy, Indentation); in ProcessDeclGroup()
|
H A D | StmtPrinter.cpp | 253 Decl::printGroup(Decls.data(), Decls.size(), OS, Policy, IndentLevel); in PrintRawDeclStmt()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclBase.h | 1239 static void printGroup(Decl** Begin, unsigned NumDecls,
|