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.h125 std::shared_ptr<PreprocessorOptions> PPOpts; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp259 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() local
517 PreprocessorOptions &PPOpts; member in __anone37b80710211::ASTInfoCollector
527 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector()
597 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
1815 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() local
1895 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() local
H A DCompilerInstance.cpp230 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH() local
443 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local
1160 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in cloneForModuleCompileImpl() local
1740 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createASTReader() local
H A DInitPreprocessor.cpp864 const PreprocessorOptions &PPOpts, in InitializePredefinedMacros()
H A DFrontendAction.cpp934 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile() local
H A DFrontendActions.cpp745 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp152 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp319 static void canonicalizeDefines(PreprocessorOptions &PPOpts) { in canonicalizeDefines()
H A DModuleDepCollector.cpp525 const auto &PPOpts = CI.getPreprocessorOpts(); in isSafeToIgnoreCWD() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp81 Preprocessor::Preprocessor(const PreprocessorOptions &PPOpts, in Preprocessor()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp210 const PreprocessorOptions &PPOpts, StringRef ModuleFilename, in ReadPreprocessorOptions()
632 collectMacroDefinitions(const PreprocessorOptions &PPOpts, in collectMacroDefinitions()
686 const PreprocessorOptions &PPOpts, in checkPreprocessorOptions()
841 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
854 const PreprocessorOptions &PPOpts, StringRef ModuleFilename, in ReadPreprocessorOptions()
872 const PreprocessorOptions &PPOpts) { in checkModuleCachePath()
5688 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
6019 const TargetOptions &TargetOpts, const PreprocessorOptions &PPOpts, in isAcceptableASTFile()
6511 PreprocessorOptions PPOpts; in ParsePreprocessorOptions() local
H A DASTWriter.cpp1696 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); in WriteControlBlock() local
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h205 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h156 const PreprocessorOptions &PPOpts; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3219 const auto &PPOpts = CGM.getPreprocessorOpts(); in getOrCreateModuleRef() local