OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:declcontextprinter
(Results
1 - 1
of
1
) sorted by null
/external/clang/lib/Frontend/
ASTConsumers.cpp
93
///
DeclContextPrinter
- Decl and DeclContext Visualization
97
class
DeclContextPrinter
: public ASTConsumer {
100
DeclContextPrinter
() : Out(llvm::errs()) {}
110
void
DeclContextPrinter
::PrintDeclContext(const DeclContext* DC,
399
return new
DeclContextPrinter
();
Completed in 83 milliseconds