/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() 276 std::shared_ptr<PreprocessorOptions> getPreprocessorOptsPtr() { in getPreprocessorOptsPtr() 390 PreprocessorOptions &getMutPreprocessorOpts();
|
H A D | ASTUnit.h | 77 class PreprocessorOptions; variable 120 std::shared_ptr<PreprocessorOptions> PPOpts; 474 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
|
H A D | PrecompiledPreamble.h | 182 PreprocessorOptions &PreprocessorOpts,
|
H A D | CompilerInstance.h | 339 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts() 342 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 { 215 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
|
H A D | Preprocessor.h | 81 class PreprocessorOptions; variable 142 std::shared_ptr<PreprocessorOptions> PPOpts; 1178 Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts, 1210 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendConsumer.h | 75 const PreprocessorOptions &PPOpts, 89 const PreprocessorOptions &PPOpts,
|
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 | CodeGenModule.h | 306 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. 633 const PreprocessorOptions &ppopts, 766 const PreprocessorOptions &getPreprocessorOpts() in getPreprocessorOpts()
|
H A D | CodeGenAction.cpp | 115 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer() 140 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer()
|
H A D | CodeGenModule.cpp | 336 const PreprocessorOptions &PPO, in CodeGenModule()
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 97 class PreprocessorOptions; variable 202 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 277 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, 308 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, 327 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, 1810 const PreprocessorOptions &PPOpts,
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 424 PreprocessorOptions &PreprocessorOpts = in Build() 612 PreprocessorOptions &PreprocessorOpts = in CanReuse() 790 const PCHStorage &Storage, PreprocessorOptions &PreprocessorOpts, in setupPreambleStorage()
|
H A D | ASTUnit.cpp | 263 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() 521 PreprocessorOptions &PPOpts; 531 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector() 599 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 836 AST->PPOpts = std::make_shared<PreprocessorOptions>(); in LoadFromASTFile() 1802 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() 1881 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() 2200 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()
|
H A D | CompilerInstance.cpp | 231 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH() 399 const PreprocessorOptions &InitOpts) { in InitializeFileRemapping() 446 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() 1185 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); 1725 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createASTReader()
|
H A D | CompilerInvocation.cpp | 144 PPOpts(std::make_shared<PreprocessorOptions>()), in CompilerInvocationBase() 237 PreprocessorOptions &CowCompilerInvocation::getMutPreprocessorOpts() { in getMutPreprocessorOpts() 4507 static void GeneratePreprocessorArgs(const PreprocessorOptions &Opts, in GeneratePreprocessorArgs() 4512 const PreprocessorOptions *PreprocessorOpts = &Opts; in GeneratePreprocessorArgs() 4580 static bool ParsePreprocessorArgs(PreprocessorOptions &Opts, ArgList &Args, in ParsePreprocessorArgs() 4586 PreprocessorOptions *PreprocessorOpts = &Opts; in ParsePreprocessorArgs() 4947 const PreprocessorOptions &ppOpts = getPreprocessorOpts(); in getModuleHash()
|
H A D | InitPreprocessor.cpp | 854 const PreprocessorOptions &PPOpts, in InitializePredefinedMacros() 1527 const PreprocessorOptions &InitOpts, in InitializePreprocessor()
|
H A D | FrontendAction.cpp | 786 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile()
|
H A D | FrontendActions.cpp | 719 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 176 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 248 static void canonicalizeDefines(PreprocessorOptions &PPOpts) { in canonicalizeDefines()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 216 const PreprocessorOptions &PPOpts, bool ReadMacros, bool Complain, in ReadPreprocessorOptions() 614 collectMacroDefinitions(const PreprocessorOptions &PPOpts, in collectMacroDefinitions() 666 const PreprocessorOptions &PPOpts, in checkPreprocessorOptions() 667 const PreprocessorOptions &ExistingPPOpts, bool ReadMacros, in checkPreprocessorOptions() 816 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 819 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts(); in ReadPreprocessorOptions() 827 const PreprocessorOptions &PPOpts, bool ReadMacros, bool Complain, in ReadPreprocessorOptions() 844 const PreprocessorOptions &PPOpts) { in checkModuleCachePath() 5352 const PreprocessorOptions &ExistingPPOpts; 5360 const PreprocessorOptions &ExistingPPOpts, in SimplePCHValidator() [all …]
|
H A D | ASTWriter.cpp | 1633 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); in WriteControlBlock()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 83 Preprocessor::Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts, in Preprocessor()
|