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

  /external/clang/unittests/CodeGen/
BufferSourceTest.cpp 62 compiler.setASTConsumer(std::unique_ptr<ASTConsumer>(
  /external/clang/lib/Frontend/
FrontendAction.cpp 236 CI.setASTConsumer(CreateWrappedASTConsumer(CI, InputFile));
380 CI.setASTConsumer(std::move(Consumer));
497 CI.setASTConsumer(nullptr);
ChainedIncludesSource.cpp 170 Clang->setASTConsumer(std::move(consumer));
CompilerInstance.cpp 111 void CompilerInstance::setASTConsumer(std::unique_ptr<ASTConsumer> Value) {
    [all...]
ASTUnit.cpp     [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 484 /// setASTConsumer - Replace the current AST consumer; the compiler instance
486 void setASTConsumer(std::unique_ptr<ASTConsumer> Value);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 490 /// setASTConsumer - Replace the current AST consumer; the compiler instance
492 void setASTConsumer(std::unique_ptr<ASTConsumer> Value);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 490 /// setASTConsumer - Replace the current AST consumer; the compiler instance
492 void setASTConsumer(std::unique_ptr<ASTConsumer> Value);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 490 /// setASTConsumer - Replace the current AST consumer; the compiler instance
492 void setASTConsumer(std::unique_ptr<ASTConsumer> Value);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 490 /// setASTConsumer - Replace the current AST consumer; the compiler instance
492 void setASTConsumer(std::unique_ptr<ASTConsumer> Value);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 490 /// setASTConsumer - Replace the current AST consumer; the compiler instance
492 void setASTConsumer(std::unique_ptr<ASTConsumer> Value);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 490 /// setASTConsumer - Replace the current AST consumer; the compiler instance
492 void setASTConsumer(std::unique_ptr<ASTConsumer> Value);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 490 /// setASTConsumer - Replace the current AST consumer; the compiler instance
492 void setASTConsumer(std::unique_ptr<ASTConsumer> Value);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 490 /// setASTConsumer - Replace the current AST consumer; the compiler instance
492 void setASTConsumer(std::unique_ptr<ASTConsumer> Value);

Completed in 243 milliseconds