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.cpp263 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() local
521 PreprocessorOptions &PPOpts; member in __anone37b80710211::ASTInfoCollector
531 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector()
599 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
1802 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() local
1881 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() local
H A DCompilerInstance.cpp231 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH() local
446 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local
1185 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); local
1725 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createASTReader() local
H A DInitPreprocessor.cpp854 const PreprocessorOptions &PPOpts, in InitializePredefinedMacros()
H A DFrontendAction.cpp786 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile() local
H A DFrontendActions.cpp719 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp115 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer()
140 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer()
H A DCGDebugInfo.cpp2994 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/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp248 static void canonicalizeDefines(PreprocessorOptions &PPOpts) { in canonicalizeDefines()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp83 Preprocessor::Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts, in Preprocessor()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp216 const PreprocessorOptions &PPOpts, bool ReadMacros, bool Complain, in ReadPreprocessorOptions()
614 collectMacroDefinitions(const PreprocessorOptions &PPOpts, in collectMacroDefinitions()
666 const PreprocessorOptions &PPOpts, in checkPreprocessorOptions()
816 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
827 const PreprocessorOptions &PPOpts, bool ReadMacros, bool Complain, in ReadPreprocessorOptions()
844 const PreprocessorOptions &PPOpts) { in checkModuleCachePath()
5389 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
5701 const PreprocessorOptions &PPOpts, in isAcceptableASTFile()
6175 PreprocessorOptions PPOpts; in ParsePreprocessorOptions() local
H A DASTWriter.cpp1633 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.h142 std::shared_ptr<PreprocessorOptions> PPOpts; variable