Home
last modified time | relevance | path

Searched defs:PPOpts (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp264 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() local
521 PreprocessorOptions &PPOpts; member in __anonc715c21c0211::ASTInfoCollector
530 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector()
557 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions()
1744 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() local
1824 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() local
H A DCompilerInstance.cpp227 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH() local
446 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local
1053 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); local
1501 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createASTReader() local
H A DInitPreprocessor.cpp637 const PreprocessorOptions &PPOpts, in InitializePredefinedMacros()
H A DFrontendAction.cpp726 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile() local
H A DFrontendActions.cpp619 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp153 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp135 const PreprocessorOptions &PPOpts, in BackendConsumer()
160 const PreprocessorOptions &PPOpts, in BackendConsumer()
H A DCGDebugInfo.cpp2605 const auto &PPOpts = CGM.getPreprocessorOpts(); in getOrCreateModuleRef() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp350 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in CreateASTConsumer() local
590 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in clang_indexSourceFile_Impl() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h120 std::shared_ptr<PreprocessorOptions> PPOpts; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp178 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp79 Preprocessor::Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts, in Preprocessor()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp208 const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions()
589 collectMacroDefinitions(const PreprocessorOptions &PPOpts, in collectMacroDefinitions()
631 static bool checkPreprocessorOptions(const PreprocessorOptions &PPOpts, in checkPreprocessorOptions()
753 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
766 const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
5149 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
5429 const PreprocessorOptions &PPOpts, in isAcceptableASTFile()
5874 PreprocessorOptions PPOpts; in ParsePreprocessorOptions() local
H A DASTWriter.cpp1335 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); in WriteControlBlock() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h134 std::shared_ptr<PreprocessorOptions> PPOpts; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h184 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()