OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PrintDeclContext
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Frontend/
ASTConsumers.cpp
181
PrintDeclContext
(C.getTranslationUnitDecl(), 4);
184
void
PrintDeclContext
(const DeclContext* DC, unsigned Indentation);
188
void DeclContextPrinter::
PrintDeclContext
(const DeclContext* DC,
398
PrintDeclContext
(DC, Indentation+2);
/external/clang/include/clang/Frontend/
FrontendOptions.h
49
PrintDeclContext
, ///< Print DeclContext and their Decls.
Completed in 27 milliseconds