| /freebsd-src/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 getFileSystemOpts() 276 std::shared_ptr<PreprocessorOptions> getPreprocessorOptsPtr() { 390 PreprocessorOptions &getMutPreprocessorOpts();
|
| H A D | Utils.h | 44 class PreprocessorOptions; variable 50 void InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &PPOpts,
|
| 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 | 177 /// Sets up the PreprocessorOptions and changes VFS, so that PCH stored in \p 182 PreprocessorOptions &PreprocessorOpts,
|
| H A D | CompilerInstance.h | 339 PreprocessorOptions &getPreprocessorOpts() { 342 const PreprocessorOptions &getPreprocessorOpts() const {
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | ModuleBuilder.h | 42 class PreprocessorOptions; 112 const PreprocessorOptions &PreprocessorOpts, 38 class PreprocessorOptions; global() variable
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/ARCMigrate/ |
| H A D | FileRemapper.h | 28 class PreprocessorOptions; variable 58 void applyMappings(PreprocessorOptions &PPOpts) const;
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PreprocessorOptions.h | 1 //===- PreprocessorOptions.h ------------------------------------*- C++ -*-===// 64 /// PreprocessorOptions - This class is used for passing the various options 66 class PreprocessorOptions { 215 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} 234 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} PreprocessorOptions() function
|
| H A D | Preprocessor.h | 81 class PreprocessorOptions; 142 std::shared_ptr<PreprocessorOptions> PPOpts; 1178 Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts, 1210 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in setExternalSource() 79 class PreprocessorOptions; global() variable
|
| /freebsd-src/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 | 31 #include "clang/Lex/PreprocessorOptions.h" 306 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. 633 const PreprocessorOptions &ppopts, 766 const PreprocessorOptions &getPreprocessorOpts() in getTypes()
|
| H A D | ObjectFilePCHContainerOperations.cpp | 50 const PreprocessorOptions &PreprocessorOpts;
|
| H A D | CodeGenAction.cpp | 115 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer() 140 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer()
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 26 #include "clang/Lex/PreprocessorOptions.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-src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | PrecompiledPreamble.cpp | 23 #include "clang/Lex/PreprocessorOptions.h" 424 PreprocessorOptions &PreprocessorOpts = in Build() 612 PreprocessorOptions &PreprocessorOpts = in CanReuse() 790 const PCHStorage &Storage, PreprocessorOptions &PreprocessorOpts, in setupPreambleStorage()
|
| H A D | ASTUnit.cpp | 54 #include "clang/Lex/PreprocessorOptions.h" 263 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() 521 PreprocessorOptions &PPOpts; 531 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector() 599 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadTargetOptions() 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 | 36 #include "clang/Lex/PreprocessorOptions.h" 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(); in __anon52f0fd0b0602() 1725 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in loadModuleFile()
|
| H A D | InitPreprocessor.cpp | 25 #include "clang/Lex/PreprocessorOptions.h" 854 const PreprocessorOptions &PPOpts, in InitializePredefinedMacros() 1527 const PreprocessorOptions &InitOpts,
|
| H A D | CompilerInvocation.cpp | 43 #include "clang/Lex/PreprocessorOptions.h" 144 PPOpts(std::make_shared<PreprocessorOptions>()), in CompilerInvocationBase() 237 PreprocessorOptions &CowCompilerInvocation::getMutPreprocessorOpts() { 4507 static void GeneratePreprocessorArgs(const PreprocessorOptions &Opts, in ParsePreprocessorOutputArgs() 4512 const PreprocessorOptions *PreprocessorOpts = &Opts; in ParsePreprocessorOutputArgs() 4580 static bool ParsePreprocessorArgs(PreprocessorOptions &Opts, ArgList &Args, in CreateFromArgsImpl() 4586 PreprocessorOptions *PreprocessorOpts = &Opts; in CreateFromArgsImpl() 4947 const PreprocessorOptions &ppOpts = getPreprocessorOpts();
|
| H A D | FrontendActions.cpp | 24 #include "clang/Lex/PreprocessorOptions.h" 719 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in readModuleFileExtension()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 153 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation()
|
| /freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | FileRemapper.cpp | 209 void FileRemapper::applyMappings(PreprocessorOptions &PPOpts) const { in applyMappings()
|
| H A D | ARCMT.cpp | 19 #include "clang/Lex/PreprocessorOptions.h" 176 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 77 #include "clang/Lex/PreprocessorOptions.h" 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 checkHeaderSearchOptions() 5352 const PreprocessorOptions [all...] |