Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInvocation.h50 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 DUtils.h59 class PreprocessorOptions; variable
70 void InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &PPOpts,
H A DASTUnit.h79 class PreprocessorOptions; variable
118 std::shared_ptr<PreprocessorOptions> PPOpts;
466 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
H A DCompilerInstance.h317 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts()
320 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
H A DPrecompiledPreamble.h244 PreprocessorOptions &PreprocessorOpts,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DModuleBuilder.h34 class PreprocessorOptions; variable
99 const PreprocessorOptions &PreprocessorOpts,
H A DCodeGenABITypes.h47 class PreprocessorOptions; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ARCMigrate/
H A DFileRemapper.h27 class PreprocessorOptions; variable
57 void applyMappings(PreprocessorOptions &PPOpts) const;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessorOptions.h43 class PreprocessorOptions {
174 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
H A DPreprocessor.h80 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 DModuleBuilder.cpp37 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 DCodeGenModule.h75 class PreprocessorOptions; variable
296 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info.
540 const PreprocessorOptions &ppopts,
656 const PreprocessorOptions &getPreprocessorOpts() in getPreprocessorOpts()
H A DObjectFilePCHContainerOperations.cpp50 const PreprocessorOptions &PreprocessorOpts;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DClangForward.h95 class PreprocessorOptions; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp243 PreprocessorOptions &PreprocessorOpts = in Build()
421 PreprocessorOptions &PreprocessorOpts = in CanReuse()
704 const PCHStorage &Storage, PreprocessorOptions &PreprocessorOpts, in setupPreambleStorage()
H A DCompilerInstance.cpp165 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 DASTUnit.cpp262 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 DCompilerInvocation.cpp107 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 DFrontendActions.cpp590 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h108 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 DARCMT.cpp178 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration()
419 PreprocessorOptions PPOpts; in getFileRemappings()
H A DFileRemapper.cpp192 void FileRemapper::applyMappings(PreprocessorOptions &PPOpts) const { in applyMappings()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp149 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp79 Preprocessor::Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts, in Preprocessor()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp202 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 …]

12