HomeSort by relevance Sort by last modified time
    Searched refs:setASTConsumer (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Frontend/
FrontendAction.cpp 166 CI.setASTConsumer(CreateWrappedASTConsumer(CI, Filename));
245 CI.setASTConsumer(Consumer.take());
326 CI.setASTConsumer(0);
CompilerInstance.cpp 94 void CompilerInstance::setASTConsumer(ASTConsumer *Value) {
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 377 /// setASTConsumer - Replace the current AST consumer; the compiler instance
379 void setASTConsumer(ASTConsumer *Value);
  /external/clang/lib/Serialization/
ChainedIncludesSource.cpp 112 Clang->setASTConsumer(consumer.take());

Completed in 113 milliseconds