Searched defs:takeASTConsumer (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Frontend/
H A DCompilerInstance.h388 /// takeASTConsumer - Remove the current AST consumer and give ownership to
390 ASTConsumer *takeASTConsumer() { return Consumer.take(); } function in class:clang::CompilerInstance

Completed in 19 milliseconds