OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:takeASTConsumer
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Frontend/
CompilerInstance.h
480
///
takeASTConsumer
- Remove the current AST consumer and give ownership to
482
std::unique_ptr<ASTConsumer>
takeASTConsumer
() { return std::move(Consumer); }
/external/clang/lib/Frontend/
FrontendAction.cpp
475
BuryPointer(CI.
takeASTConsumer
().get());
ASTUnit.cpp
[
all
...]
Completed in 63 milliseconds