Searched refs:dumpModule (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | ModuleMapFile.cpp | 1150 static void dumpModule(const ModuleDecl &MD, llvm::raw_ostream &out, int depth); 1182 [&](const ModuleDecl &MD) { dumpModule(MD, out, depth); }, in dumpDecls() 1225 static void dumpModule(const ModuleDecl &MD, llvm::raw_ostream &out, in dumpModule() function 1235 llvm::makeVisitor([&](const ModuleDecl &MD) { dumpModule(MD, out, 0); }, in dump()
|