Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h89 std::shared_ptr<PreprocessorOptions> PPOpts; variable
H A DASTUnit.h120 std::shared_ptr<PreprocessorOptions> PPOpts; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp262 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() local
520 PreprocessorOptions &PPOpts; member in __anona731de390211::ASTInfoCollector
530 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector()
588 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
1789 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() local
1868 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() local
H A DCompilerInstance.cpp231 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH() local
447 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local
1174 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); local
1690 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createASTReader() local
H A DInitPreprocessor.cpp772 const PreprocessorOptions &PPOpts, in InitializePredefinedMacros()
H A DFrontendAction.cpp777 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile() local
H A DFrontendActions.cpp689 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp153 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp115 const PreprocessorOptions &PPOpts, in BackendConsumer()
143 const PreprocessorOptions &PPOpts, in BackendConsumer()
H A DCGDebugInfo.cpp2868 const auto &PPOpts = CGM.getPreprocessorOpts(); in getOrCreateModuleRef() local
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp176 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp79 Preprocessor::Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts, in Preprocessor()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp211 const PreprocessorOptions &PPOpts, bool ReadMacros, bool Complain, in ReadPreprocessorOptions()
609 collectMacroDefinitions(const PreprocessorOptions &PPOpts, in collectMacroDefinitions()
661 const PreprocessorOptions &PPOpts, in checkPreprocessorOptions()
811 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
822 const PreprocessorOptions &PPOpts, bool ReadMacros, bool Complain, in ReadPreprocessorOptions()
839 const PreprocessorOptions &PPOpts) { in checkHeaderSearchOptions()
5384 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
5695 const PreprocessorOptions &PPOpts, in isAcceptableASTFile()
6169 PreprocessorOptions PPOpts; in ParsePreprocessorOptions() local
H A DASTWriter.cpp1520 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); in WriteControlBlock() local
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h202 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h133 std::shared_ptr<PreprocessorOptions> PPOpts; variable