HomeSort by: relevance | last modified time | path
    Searched refs:setPreprocessor (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Index/
IndexDataConsumer.h 39 virtual void setPreprocessor(std::shared_ptr<Preprocessor> PP) {}
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
ModelInjector.cpp 91 Instance.setPreprocessor(CI.getPreprocessorPtr());
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexingAction.cpp 105 IndexCtx->getDataConsumer().setPreprocessor(PP);
246 DataConsumer.setPreprocessor(Unit.getPreprocessorPtr());
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInstance.h 453 void setPreprocessor(std::shared_ptr<Preprocessor> Value);
ASTUnit.h 443 void setPreprocessor(std::shared_ptr<Preprocessor> pp);
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
core_main.cpp 99 void setPreprocessor(std::shared_ptr<Preprocessor> PP) override {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.h 344 void setPreprocessor(std::shared_ptr<Preprocessor> PP) override;
CXIndexDataConsumer.cpp 416 void CXIndexDataConsumer::setPreprocessor(std::shared_ptr<Preprocessor> PP) {
417 cxtu::getASTUnit(CXTU)->setPreprocessor(std::move(PP));
Indexing.cpp 361 DataConsumer->setPreprocessor(CI.getPreprocessorPtr());
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendAction.cpp 662 CI.setPreprocessor(AST->getPreprocessorPtr());
1020 CI.setPreprocessor(nullptr);
ASTUnit.cpp 275 void ASTUnit::setPreprocessor(std::shared_ptr<Preprocessor> PP) {
CompilerInstance.cpp 168 void CompilerInstance::setPreprocessor(std::shared_ptr<Preprocessor> Value) {

Completed in 24 milliseconds