/llvm-project/clang/unittests/Lex/ |
H A D | PPDependencyDirectivesTest.cpp | 119 auto PPOpts = std::make_shared<PreprocessorOptions>(); in TEST_F() local
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 89 std::shared_ptr<PreprocessorOptions> PPOpts; variable
|
H A D | ASTUnit.h | 120 std::shared_ptr<PreprocessorOptions> PPOpts; variable
|
/llvm-project/clang/unittests/Frontend/ |
H A D | PCHPreambleTest.cpp | 94 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in ParseAST() local
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 153 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation() local
|
/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 263 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() local 521 PreprocessorOptions &PPOpts; member in __anone893c5040211::ASTInfoCollector 531 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector() argument 599 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument 1802 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); LoadFromCommandLine() local 1881 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); Reparse() local [all...] |
H A D | CompilerInstance.cpp | 231 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); collectIncludePCH() local 446 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); createPreprocessor() local 1185 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); global() local 1725 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); createASTReader() local [all...] |
H A D | InitPreprocessor.cpp | 848 InitializePredefinedMacros(const TargetInfo & TI,const LangOptions & LangOpts,const FrontendOptions & FEOpts,const PreprocessorOptions & PPOpts,MacroBuilder & Builder) InitializePredefinedMacros() argument
|
H A D | FrontendAction.cpp | 786 StringRef PCHInclude = PPOpts.ImplicitPCHInclude; in BeginSourceFile() local
|
H A D | FrontendActions.cpp | 719 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 115 BackendConsumer(BackendAction Action,DiagnosticsEngine & Diags,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,const HeaderSearchOptions & HeaderSearchOpts,const PreprocessorOptions & PPOpts,const CodeGenOptions & CodeGenOpts,const TargetOptions & TargetOpts,const LangOptions & LangOpts,const std::string & InFile,SmallVector<LinkModule,4> LinkModules,std::unique_ptr<raw_pwrite_stream> OS,LLVMContext & C,CoverageSourceInfo * CoverageInfo) BackendConsumer() argument 140 BackendConsumer(BackendAction Action,DiagnosticsEngine & Diags,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,const HeaderSearchOptions & HeaderSearchOpts,const PreprocessorOptions & PPOpts,const CodeGenOptions & CodeGenOpts,const TargetOptions & TargetOpts,const LangOptions & LangOpts,llvm::Module * Module,SmallVector<LinkModule,4> LinkModules,LLVMContext & C,CoverageSourceInfo * CoverageInfo) BackendConsumer() argument
|
H A D | CGDebugInfo.cpp | 2994 const auto &PPOpts = CGM.getPreprocessorOpts(); getOrCreateModuleRef() local
|
/llvm-project/clang/tools/libclang/ |
H A D | Indexing.cpp | 349 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); CreateASTConsumer() local 592 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); clang_indexSourceFile_Impl() local
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 176 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() local
|
/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 248 static void canonicalizeDefines(PreprocessorOptions &PPOpts) { in canonicalizeDefines() argument
|
/llvm-project/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 83 Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts,DiagnosticsEngine & diags,const LangOptions & opts,SourceManager & SM,HeaderSearch & Headers,ModuleLoader & TheModuleLoader,IdentifierInfoLookup * IILookup,bool OwnsHeaders,TranslationUnitKind TUKind) Preprocessor() argument [all...] |
/llvm-project/clang-tools-extra/clangd/ |
H A D | Preamble.cpp | 928 auto &PPOpts = CI.getPreprocessorOpts(); apply() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 216 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument 614 collectMacroDefinitions(const PreprocessorOptions & PPOpts,MacroDefinitionsMap & Macros,SmallVectorImpl<StringRef> * MacroNames=nullptr) collectMacroDefinitions() argument 666 checkPreprocessorOptions(const PreprocessorOptions & PPOpts,const PreprocessorOptions & ExistingPPOpts,bool ReadMacros,DiagnosticsEngine * Diags,FileManager & FileMgr,std::string & SuggestedPredefines,const LangOptions & LangOpts,OptionValidation Validation=OptionValidateContradictions) checkPreprocessorOptions() argument 816 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument 827 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument 844 checkModuleCachePath(llvm::vfs::FileSystem & VFS,StringRef SpecificModuleCachePath,StringRef ExistingModuleCachePath,DiagnosticsEngine * Diags,const LangOptions & LangOpts,const PreprocessorOptions & PPOpts) checkModuleCachePath() argument 5389 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument 5701 isAcceptableASTFile(StringRef Filename,FileManager & FileMgr,const InMemoryModuleCache & ModuleCache,const PCHContainerReader & PCHContainerRdr,const LangOptions & LangOpts,const TargetOptions & TargetOpts,const PreprocessorOptions & PPOpts,StringRef ExistingModuleCachePath,bool RequireStrictOptionMatches) isAcceptableASTFile() argument 6175 PreprocessorOptions PPOpts; ParsePreprocessorOptions() local [all...] |
H A D | ASTWriter.cpp | 1633 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); WriteControlBlock() local [all...] |
/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 202 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
|
/llvm-project/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 142 std::shared_ptr<PreprocessorOptions> PPOpts; global() variable
|