Home
last modified time | relevance | path

Searched refs:PreprocessorOptions (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h51 class PreprocessorOptions; variable
89 std::shared_ptr<PreprocessorOptions> PPOpts;
135 const PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts()
253 PreprocessorOptions &getPreprocessorOpts() { return *PPOpts; } in getPreprocessorOpts()
376 PreprocessorOptions &getMutPreprocessorOpts();
H A DASTUnit.h77 class PreprocessorOptions; variable
125 std::shared_ptr<PreprocessorOptions> PPOpts;
486 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
H A DPrecompiledPreamble.h182 PreprocessorOptions &PreprocessorOpts,
H A DCompilerInstance.h325 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts()
328 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DModuleBuilder.h42 class PreprocessorOptions; variable
112 const PreprocessorOptions &PreprocessorOpts,
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h66 class PreprocessorOptions {
202 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
H A DPreprocessor.h82 class PreprocessorOptions; variable
156 const PreprocessorOptions &PPOpts;
1191 Preprocessor(const PreprocessorOptions &PPOpts, DiagnosticsEngine &diags,
1221 const PreprocessorOptions &getPreprocessorOpts() const { return PPOpts; } in getPreprocessorOpts()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp38 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info.
81 const PreprocessorOptions &PPO, const CodeGenOptions &CGO, in CodeGeneratorImpl()
367 const PreprocessorOptions &PreprocessorOpts, in CreateLLVMCodeGen()
H A DObjectFilePCHContainerWriter.cpp48 const PreprocessorOptions &PreprocessorOpts;
H A DCodeGenModule.h351 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info.
689 const PreprocessorOptions &ppopts,
827 const PreprocessorOptions &getPreprocessorOpts() in getPreprocessorOpts()
H A DCodeGenModule.cpp403 const PreprocessorOptions &PPO, in CodeGenModule()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h99 class PreprocessorOptions; variable
205 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
296 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
330 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
351 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
1998 const PreprocessorOptions &PPOpts,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp423 PreprocessorOptions &PreprocessorOpts = in Build()
610 PreprocessorOptions &PreprocessorOpts = in CanReuse()
788 const PCHStorage &Storage, PreprocessorOptions &PreprocessorOpts, in setupPreambleStorage()
H A DASTUnit.cpp259 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit()
517 PreprocessorOptions &PPOpts;
527 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector()
597 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
838 AST->PPOpts = std::make_shared<PreprocessorOptions>(); in LoadFromASTFile()
1815 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine()
1895 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse()
2215 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()
H A DCompilerInstance.cpp230 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH()
400 const PreprocessorOptions &InitOpts) { in InitializeFileRemapping()
443 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor()
1160 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in cloneForModuleCompileImpl()
1740 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createASTReader()
H A DInitPreprocessor.cpp864 const PreprocessorOptions &PPOpts, in InitializePredefinedMacros()
1557 const PreprocessorOptions &InitOpts, in InitializePreprocessor()
H A DCompilerInvocation.cpp130 PPOpts(std::make_shared<PreprocessorOptions>()), in CompilerInvocationBase()
214 PreprocessorOptions &CowCompilerInvocation::getMutPreprocessorOpts() { in getMutPreprocessorOpts()
4850 static void GeneratePreprocessorArgs(const PreprocessorOptions &Opts, in GeneratePreprocessorArgs()
4855 const PreprocessorOptions *PreprocessorOpts = &Opts; in GeneratePreprocessorArgs()
4923 static bool ParsePreprocessorArgs(PreprocessorOptions &Opts, ArgList &Args, in ParsePreprocessorArgs()
4929 PreprocessorOptions *PreprocessorOpts = &Opts; in ParsePreprocessorArgs()
5294 const PreprocessorOptions &ppOpts = getPreprocessorOpts(); in getModuleHash()
H A DFrontendActions.cpp745 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
H A DFrontendAction.cpp934 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp152 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation()
/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()
687 const PreprocessorOptions &ExistingPPOpts, StringRef ModuleFilename, in checkPreprocessorOptions()
841 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
845 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts(); in ReadPreprocessorOptions()
854 const PreprocessorOptions &PPOpts, StringRef ModuleFilename, in ReadPreprocessorOptions()
872 const PreprocessorOptions &PPOpts) { in checkModuleCachePath()
5647 const PreprocessorOptions &ExistingPPOpts;
5655 const PreprocessorOptions &ExistingPPOpts, in SimplePCHValidator()
[all …]
H A DASTWriter.cpp1696 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); in WriteControlBlock()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp319 static void canonicalizeDefines(PreprocessorOptions &PPOpts) { in canonicalizeDefines()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp81 Preprocessor::Preprocessor(const PreprocessorOptions &PPOpts, in Preprocessor()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc660 {"_ZN5clang19PreprocessorOptionsD2Ev", "clang::PreprocessorOptions::~PreprocessorOptions()"},
828 …15addRemappedFileEN4llvm9StringRefEPKNS1_12MemoryBufferE", "clang::PreprocessorOptions::addRemappe…
866 …ang19PreprocessorOptionsC2ERKS0_", "clang::PreprocessorOptions::PreprocessorOptions(clang::Preproc…
932 …Preprocessor(clang::Diagnostic&, clang::LangOptions const&, clang::PreprocessorOptions const&, cla…
963 {"_ZN5clang19PreprocessorOptions11addMacroDefEN4llvm9StringRefE", "clang::PreprocessorOptions::addM…
964 {"_ZN5clang19PreprocessorOptions13addMacroUndefEN4llvm9StringRefE", "clang::PreprocessorOptions::ad…
965 …reprocessorOptions15addRemappedFileEN4llvm9StringRefES2_", "clang::PreprocessorOptions::addRemappe…
1157 …onsE", "clang::InitializePreprocessor(clang::Preprocessor&, clang::PreprocessorOptions const&, cla…