Home
last modified time | relevance | path

Searched defs:setPreprocessor (Results 1 – 10 of 10) sorted by relevance

/external/clang/include/clang/Lex/
DPTHManager.h134 void setPreprocessor(Preprocessor *pp) { PP = pp; } in setPreprocessor() function
/external/llvm-project/clang/include/clang/Index/
DIndexDataConsumer.h39 virtual void setPreprocessor(std::shared_ptr<Preprocessor> PP) {} in setPreprocessor() function
/external/llvm-project/clang-tools-extra/clangd/index/
DSymbolCollector.h100 void setPreprocessor(std::shared_ptr<Preprocessor> PP) override { in setPreprocessor() function
/external/llvm-project/clang/tools/c-index-test/
Dcore_main.cpp93 void setPreprocessor(std::shared_ptr<Preprocessor> PP) override { in setPreprocessor() function in __anon6a86235c0211::PrintIndexDataConsumer
/external/clang/lib/Frontend/
DCompilerInstance.cpp98 void CompilerInstance::setPreprocessor(Preprocessor *Value) { PP = Value; } in setPreprocessor() function in CompilerInstance
DASTUnit.cpp261 void ASTUnit::setPreprocessor(Preprocessor *pp) { PP = pp; } in setPreprocessor() function in ASTUnit
/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.cpp416 void CXIndexDataConsumer::setPreprocessor(std::shared_ptr<Preprocessor> PP) { in setPreprocessor() function in CXIndexDataConsumer
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp413 void CXIndexDataConsumer::setPreprocessor(Preprocessor &PP) { in setPreprocessor() function in CXIndexDataConsumer
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp112 void CompilerInstance::setPreprocessor(std::shared_ptr<Preprocessor> Value) { in setPreprocessor() function in CompilerInstance
DASTUnit.cpp275 void ASTUnit::setPreprocessor(std::shared_ptr<Preprocessor> PP) { in setPreprocessor() function in ASTUnit