Home
last modified time | relevance | path

Searched refs:PreprocessorOptions (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/external/mit/isl/dist/interface/
H A Dset_lang_defaults_arg4.h11 setLangDefaultsArg4(clang::PreprocessorOptions &PO) : PO(PO) {} in setLangDefaultsArg4()
12 operator clang::PreprocessorOptions &() { return PO; }
15 clang::PreprocessorOptions &PO;
H A Dextract_interface.cc432 PreprocessorOptions &PO = Clang->getPreprocessorOpts(); in set_lang_defaults()
557 PreprocessorOptions &PO = Clang->getPreprocessorOpts(); in main()
H A Disl_config.h.in54 /* Define if clang/Lex/PreprocessorOptions.h exists */
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h50 class PreprocessorOptions; variable
87 std::shared_ptr<PreprocessorOptions> PreprocessorOpts;
117 std::shared_ptr<PreprocessorOptions> getPreprocessorOptsPtr() { in getPreprocessorOptsPtr()
121 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } in getPreprocessorOpts()
123 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
H A DUtils.h54 class PreprocessorOptions; variable
65 void InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &PPOpts,
H A DASTUnit.h78 class PreprocessorOptions; variable
120 std::shared_ptr<PreprocessorOptions> PPOpts;
471 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
H A DCompilerInstance.h305 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts()
308 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
H A DPrecompiledPreamble.h244 PreprocessorOptions &PreprocessorOpts,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DModuleBuilder.h33 class PreprocessorOptions; variable
98 const PreprocessorOptions &PreprocessorOpts,
H A DCodeGenABITypes.h54 class PreprocessorOptions; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ARCMigrate/
H A DFileRemapper.h28 class PreprocessorOptions; variable
58 void applyMappings(PreprocessorOptions &PPOpts) const;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessorOptions.h64 class PreprocessorOptions {
216 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
H A DPreprocessor.h80 class PreprocessorOptions; variable
134 std::shared_ptr<PreprocessorOptions> PPOpts;
886 Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts,
917 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DModuleBuilder.cpp36 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()
H A DCodeGenModule.h306 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info.
583 const PreprocessorOptions &ppopts,
706 const PreprocessorOptions &getPreprocessorOpts() in getPreprocessorOpts()
H A DObjectFilePCHContainerOperations.cpp49 const PreprocessorOptions &PreprocessorOpts;
H A DCodeGenAction.cpp135 const PreprocessorOptions &PPOpts, in BackendConsumer()
160 const PreprocessorOptions &PPOpts, in BackendConsumer()
/netbsd-src/external/mit/isl/dist/m4/
H A Dax_detect_clang.m4137 AC_CHECK_HEADER([clang/Lex/PreprocessorOptions.h],
139 [Define if clang/Lex/PreprocessorOptions.h exists])], [],
211 #include <clang/Lex/PreprocessorOptions.h>
220 PreprocessorOptions PO;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h96 class PreprocessorOptions; variable
184 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
259 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
290 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
311 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
1719 const PreprocessorOptions &PPOpts,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp227 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH()
392 const PreprocessorOptions &InitOpts) { in InitializeFileRemapping()
446 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor()
1053 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
1082 PreprocessorOptions &ImportingPPOpts
1086 std::make_shared<PreprocessorOptions::FailedModulesSet>();
1501 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createASTReader()
H A DASTUnit.cpp264 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit()
521 PreprocessorOptions &PPOpts;
530 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector()
557 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions()
793 AST->PPOpts = std::make_shared<PreprocessorOptions>(); in LoadFromASTFile()
1744 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine()
1824 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse()
2138 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()
H A DPrecompiledPreamble.cpp322 PreprocessorOptions &PreprocessorOpts = in Build()
505 PreprocessorOptions &PreprocessorOpts = in CanReuse()
814 const PCHStorage &Storage, PreprocessorOptions &PreprocessorOpts, in setupPreambleStorage()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp153 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DFileRemapper.cpp209 void FileRemapper::applyMappings(PreprocessorOptions &PPOpts) const { in applyMappings()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp350 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in CreateASTConsumer()
590 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in clang_indexSourceFile_Impl()

12