| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 51 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 D | ASTUnit.h | 77 class PreprocessorOptions; variable 125 std::shared_ptr<PreprocessorOptions> PPOpts; 486 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
|
| H A D | PrecompiledPreamble.h | 182 PreprocessorOptions &PreprocessorOpts,
|
| H A D | CompilerInstance.h | 325 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts() 328 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | ModuleBuilder.h | 42 class PreprocessorOptions; variable 112 const PreprocessorOptions &PreprocessorOpts,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PreprocessorOptions.h | 66 class PreprocessorOptions { 202 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
|
| H A D | Preprocessor.h | 82 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 D | ModuleBuilder.cpp | 38 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 D | ObjectFilePCHContainerWriter.cpp | 48 const PreprocessorOptions &PreprocessorOpts;
|
| H A D | CodeGenModule.h | 351 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. 689 const PreprocessorOptions &ppopts, 827 const PreprocessorOptions &getPreprocessorOpts() in getPreprocessorOpts()
|
| H A D | CodeGenModule.cpp | 403 const PreprocessorOptions &PPO, in CodeGenModule()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 99 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 D | PrecompiledPreamble.cpp | 423 PreprocessorOptions &PreprocessorOpts = in Build() 610 PreprocessorOptions &PreprocessorOpts = in CanReuse() 788 const PCHStorage &Storage, PreprocessorOptions &PreprocessorOpts, in setupPreambleStorage()
|
| H A D | ASTUnit.cpp | 259 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 D | CompilerInstance.cpp | 230 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 D | InitPreprocessor.cpp | 864 const PreprocessorOptions &PPOpts, in InitializePredefinedMacros() 1557 const PreprocessorOptions &InitOpts, in InitializePreprocessor()
|
| H A D | CompilerInvocation.cpp | 130 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 D | FrontendActions.cpp | 745 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
|
| H A D | FrontendAction.cpp | 934 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 152 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 210 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 D | ASTWriter.cpp | 1696 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); in WriteControlBlock()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 319 static void canonicalizeDefines(PreprocessorOptions &PPOpts) { in canonicalizeDefines()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 81 Preprocessor::Preprocessor(const PreprocessorOptions &PPOpts, in Preprocessor()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 660 {"_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…
|