| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/ |
| HD | 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() 180 const llvm::Triple &T, PreprocessorOptions &PPOpts,
|
| HD | Utils.h | 53 class PreprocessorOptions; variable 64 void InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &PPOpts,
|
| HD | ASTUnit.h | 78 class PreprocessorOptions; variable 120 std::shared_ptr<PreprocessorOptions> PPOpts; 471 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
|
| HD | CompilerInstance.h | 309 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts() 312 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
|
| HD | PrecompiledPreamble.h | 235 PreprocessorOptions &PreprocessorOpts,
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/ |
| HD | ModuleBuilder.h | 33 class PreprocessorOptions; variable 98 const PreprocessorOptions &PreprocessorOpts,
|
| HD | CodeGenABITypes.h | 47 class PreprocessorOptions; variable
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/ARCMigrate/ |
| HD | FileRemapper.h | 26 class PreprocessorOptions; variable 56 void applyMappings(PreprocessorOptions &PPOpts) const;
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/ |
| HD | PreprocessorOptions.h | 45 class PreprocessorOptions { 196 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
|
| HD | Preprocessor.h | 79 class PreprocessorOptions; variable 133 std::shared_ptr<PreprocessorOptions> PPOpts; 871 Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts, 902 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | ModuleBuilder.cpp | 36 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. 78 const PreprocessorOptions &PPO, const CodeGenOptions &CGO, in CodeGeneratorImpl() 342 const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO, in CreateLLVMCodeGen()
|
| HD | CodeGenModule.h | 74 class PreprocessorOptions; variable 302 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. 556 const PreprocessorOptions &ppopts, 678 const PreprocessorOptions &getPreprocessorOpts() in getPreprocessorOpts()
|
| HD | ObjectFilePCHContainerOperations.cpp | 49 const PreprocessorOptions &PreprocessorOpts;
|
| HD | CodeGenAction.cpp | 135 const PreprocessorOptions &PPOpts, in BackendConsumer() 160 const PreprocessorOptions &PPOpts, in BackendConsumer()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/ |
| HD | ASTReader.h | 94 class PreprocessorOptions; variable 182 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 257 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, 288 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, 309 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, 1689 const PreprocessorOptions &PPOpts,
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/ |
| HD | ClangForward.h | 93 class PreprocessorOptions; variable
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/ |
| HD | PrecompiledPreamble.cpp | 246 PreprocessorOptions &PreprocessorOpts = in Build() 428 PreprocessorOptions &PreprocessorOpts = in CanReuse() 714 const PCHStorage &Storage, PreprocessorOptions &PreprocessorOpts, in setupPreambleStorage()
|
| HD | CompilerInstance.cpp | 167 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH() 332 const PreprocessorOptions &InitOpts) { in InitializeFileRemapping() 380 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() 1052 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); 1081 PreprocessorOptions &ImportingPPOpts 1085 std::make_shared<PreprocessorOptions::FailedModulesSet>(); 1499 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createASTReader()
|
| HD | ASTUnit.cpp | 263 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() 793 AST->PPOpts = std::make_shared<PreprocessorOptions>(); in LoadFromASTFile() 1763 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() 1842 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() 2156 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()
|
| HD | InitPreprocessor.cpp | 584 const PreprocessorOptions &PPOpts, in InitializePredefinedMacros() 1128 Preprocessor &PP, const PreprocessorOptions &InitOpts, in InitializePreprocessor()
|
| HD | CompilerInvocation.cpp | 107 PreprocessorOpts(new PreprocessorOptions()) {} in CompilerInvocationBase() 114 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())) {} in CompilerInvocationBase() 2217 PreprocessorOptions &PPOpts, in setLangDefaults() 2453 PreprocessorOptions &PPOpts, in ParseLangArgs() 3355 static void ParsePreprocessorArgs(PreprocessorOptions &Opts, ArgList &Args, in ParsePreprocessorArgs() 3670 const PreprocessorOptions &ppOpts = getPreprocessorOpts(); in getModuleHash()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/ |
| HD | ARCMT.cpp | 177 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() 418 PreprocessorOptions PPOpts; in getFileRemappings()
|
| HD | FileRemapper.cpp | 193 void FileRemapper::applyMappings(PreprocessorOptions &PPOpts) const { in applyMappings()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| HD | FrontendActions.cpp | 153 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTReader.cpp | 205 const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() 584 collectMacroDefinitions(const PreprocessorOptions &PPOpts, in collectMacroDefinitions() 626 static bool checkPreprocessorOptions(const PreprocessorOptions &PPOpts, in checkPreprocessorOptions() 627 const PreprocessorOptions &ExistingPPOpts, in checkPreprocessorOptions() 748 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 751 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts(); in ReadPreprocessorOptions() 761 const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 5065 const PreprocessorOptions &ExistingPPOpts; 5072 const PreprocessorOptions &ExistingPPOpts, in SimplePCHValidator() 5101 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() [all …]
|