| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 50 class PreprocessorOptions; variable 80 std::shared_ptr<PreprocessorOptions> PreprocessorOpts; 105 std::shared_ptr<PreprocessorOptions> getPreprocessorOptsPtr() { in getPreprocessorOptsPtr() 109 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } in getPreprocessorOpts() 111 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() 179 const llvm::Triple &T, PreprocessorOptions &PPOpts,
|
| H A D | Utils.h | 59 class PreprocessorOptions; variable 70 void InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &PPOpts,
|
| H A D | ASTUnit.h | 79 class PreprocessorOptions; variable 118 std::shared_ptr<PreprocessorOptions> PPOpts; 466 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
|
| H A D | CompilerInstance.h | 317 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts() 320 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
|
| H A D | PrecompiledPreamble.h | 244 PreprocessorOptions &PreprocessorOpts,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/ |
| H A D | ModuleBuilder.h | 34 class PreprocessorOptions; variable 99 const PreprocessorOptions &PreprocessorOpts,
|
| H A D | CodeGenABITypes.h | 47 class PreprocessorOptions; variable
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ARCMigrate/ |
| H A D | FileRemapper.h | 27 class PreprocessorOptions; variable 57 void applyMappings(PreprocessorOptions &PPOpts) const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | PreprocessorOptions.h | 43 class PreprocessorOptions { 174 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
|
| H A D | Preprocessor.h | 80 class PreprocessorOptions; variable 129 std::shared_ptr<PreprocessorOptions> PPOpts; 778 Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts, 810 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | ModuleBuilder.cpp | 37 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. 72 const PreprocessorOptions &PPO, const CodeGenOptions &CGO, in CodeGeneratorImpl() 328 const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO, in CreateLLVMCodeGen()
|
| H A D | CodeGenModule.h | 75 class PreprocessorOptions; variable 296 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. 540 const PreprocessorOptions &ppopts, 656 const PreprocessorOptions &getPreprocessorOpts() in getPreprocessorOpts()
|
| H A D | ObjectFilePCHContainerOperations.cpp | 50 const PreprocessorOptions &PreprocessorOpts;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ClangForward.h | 95 class PreprocessorOptions; variable
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | PrecompiledPreamble.cpp | 243 PreprocessorOptions &PreprocessorOpts = in Build() 421 PreprocessorOptions &PreprocessorOpts = in CanReuse() 704 const PCHStorage &Storage, PreprocessorOptions &PreprocessorOpts, in setupPreambleStorage()
|
| H A D | CompilerInstance.cpp | 165 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH() 325 const PreprocessorOptions &InitOpts) { in InitializeFileRemapping() 373 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() 1038 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); 1067 PreprocessorOptions &ImportingPPOpts 1071 std::make_shared<PreprocessorOptions::FailedModulesSet>(); 1476 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createModuleManager()
|
| H A D | ASTUnit.cpp | 262 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() 520 PreprocessorOptions &PPOpts; 529 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector() 556 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() 770 AST->PPOpts = std::make_shared<PreprocessorOptions>(); in LoadFromASTFile() 1735 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() 1813 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() 2128 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()
|
| H A D | CompilerInvocation.cpp | 107 PreprocessorOpts(new PreprocessorOptions()) {} in CompilerInvocationBase() 114 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())) {} in CompilerInvocationBase() 2052 PreprocessorOptions &PPOpts, in setLangDefaults() 2278 PreprocessorOptions &PPOpts, in ParseLangArgs() 3077 static void ParsePreprocessorArgs(PreprocessorOptions &Opts, ArgList &Args, in ParsePreprocessorArgs() 3381 const PreprocessorOptions &ppOpts = getPreprocessorOpts(); in getModuleHash()
|
| H A D | FrontendActions.cpp | 590 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 108 class PreprocessorOptions; variable 197 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 272 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, 303 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, 324 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, 1695 const PreprocessorOptions &PPOpts,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| H A D | ARCMT.cpp | 178 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() 419 PreprocessorOptions PPOpts; in getFileRemappings()
|
| H A D | FileRemapper.cpp | 192 void FileRemapper::applyMappings(PreprocessorOptions &PPOpts) const { in applyMappings()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 149 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 79 Preprocessor::Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts, in Preprocessor()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 202 const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() 581 collectMacroDefinitions(const PreprocessorOptions &PPOpts, in collectMacroDefinitions() 623 static bool checkPreprocessorOptions(const PreprocessorOptions &PPOpts, in checkPreprocessorOptions() 745 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 748 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts(); in ReadPreprocessorOptions() 758 const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 4672 const PreprocessorOptions &ExistingPPOpts; 4679 const PreprocessorOptions &ExistingPPOpts, in SimplePCHValidator() 4708 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 4937 const PreprocessorOptions &PPOpts, in isAcceptableASTFile() [all …]
|