/netbsd-src/external/mit/isl/dist/interface/ |
H A D | set_lang_defaults_arg4.h | 11 setLangDefaultsArg4(clang::PreprocessorOptions &PO) : PO(PO) {} in setLangDefaultsArg4() 12 operator clang::PreprocessorOptions &() { return PO; } 15 clang::PreprocessorOptions &PO;
|
H A D | extract_interface.cc | 432 PreprocessorOptions &PO = Clang->getPreprocessorOpts(); in set_lang_defaults() 557 PreprocessorOptions &PO = Clang->getPreprocessorOpts(); in main()
|
H A D | isl_config.h.in | 54 /* Define if clang/Lex/PreprocessorOptions.h exists */
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 50 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 D | Utils.h | 54 class PreprocessorOptions; variable 65 void InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &PPOpts,
|
H A D | ASTUnit.h | 78 class PreprocessorOptions; variable 120 std::shared_ptr<PreprocessorOptions> PPOpts; 471 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
|
H A D | CompilerInstance.h | 305 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts() 308 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
|
H A D | PrecompiledPreamble.h | 244 PreprocessorOptions &PreprocessorOpts,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
H A D | ModuleBuilder.h | 33 class PreprocessorOptions; variable 98 const PreprocessorOptions &PreprocessorOpts,
|
H A D | CodeGenABITypes.h | 54 class PreprocessorOptions; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ARCMigrate/ |
H A D | FileRemapper.h | 28 class PreprocessorOptions; variable 58 void applyMappings(PreprocessorOptions &PPOpts) const;
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | PreprocessorOptions.h | 64 class PreprocessorOptions { 216 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
|
H A D | Preprocessor.h | 80 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 D | 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()
|
H A D | CodeGenModule.h | 306 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. 583 const PreprocessorOptions &ppopts, 706 const PreprocessorOptions &getPreprocessorOpts() in getPreprocessorOpts()
|
H A D | ObjectFilePCHContainerOperations.cpp | 49 const PreprocessorOptions &PreprocessorOpts;
|
H A D | CodeGenAction.cpp | 135 const PreprocessorOptions &PPOpts, in BackendConsumer() 160 const PreprocessorOptions &PPOpts, in BackendConsumer()
|
/netbsd-src/external/mit/isl/dist/m4/ |
H A D | ax_detect_clang.m4 | 137 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 D | ASTReader.h | 96 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 D | CompilerInstance.cpp | 227 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 D | ASTUnit.cpp | 264 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 D | PrecompiledPreamble.cpp | 322 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 D | FrontendActions.cpp | 153 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | FileRemapper.cpp | 209 void FileRemapper::applyMappings(PreprocessorOptions &PPOpts) const { in applyMappings()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | Indexing.cpp | 350 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in CreateASTConsumer() 590 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in clang_indexSourceFile_Impl()
|