Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDCompilerInvocation.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()
180 const llvm::Triple &T, PreprocessorOptions &PPOpts,
HDUtils.h53 class PreprocessorOptions; variable
64 void InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &PPOpts,
HDASTUnit.h78 class PreprocessorOptions; variable
120 std::shared_ptr<PreprocessorOptions> PPOpts;
471 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
HDCompilerInstance.h309 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts()
312 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
HDPrecompiledPreamble.h235 PreprocessorOptions &PreprocessorOpts,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
HDModuleBuilder.h33 class PreprocessorOptions; variable
98 const PreprocessorOptions &PreprocessorOpts,
HDCodeGenABITypes.h47 class PreprocessorOptions; variable
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ARCMigrate/
HDFileRemapper.h26 class PreprocessorOptions; variable
56 void applyMappings(PreprocessorOptions &PPOpts) const;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPreprocessorOptions.h45 class PreprocessorOptions {
196 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
HDPreprocessor.h79 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/
HDModuleBuilder.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()
HDCodeGenModule.h74 class PreprocessorOptions; variable
302 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info.
556 const PreprocessorOptions &ppopts,
678 const PreprocessorOptions &getPreprocessorOpts() in getPreprocessorOpts()
HDObjectFilePCHContainerOperations.cpp49 const PreprocessorOptions &PreprocessorOpts;
HDCodeGenAction.cpp135 const PreprocessorOptions &PPOpts, in BackendConsumer()
160 const PreprocessorOptions &PPOpts, in BackendConsumer()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTReader.h94 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/
HDClangForward.h93 class PreprocessorOptions; variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDPrecompiledPreamble.cpp246 PreprocessorOptions &PreprocessorOpts = in Build()
428 PreprocessorOptions &PreprocessorOpts = in CanReuse()
714 const PCHStorage &Storage, PreprocessorOptions &PreprocessorOpts, in setupPreambleStorage()
HDCompilerInstance.cpp167 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()
HDASTUnit.cpp263 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()
HDInitPreprocessor.cpp584 const PreprocessorOptions &PPOpts, in InitializePredefinedMacros()
1128 Preprocessor &PP, const PreprocessorOptions &InitOpts, in InitializePreprocessor()
HDCompilerInvocation.cpp107 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/
HDARCMT.cpp177 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration()
418 PreprocessorOptions PPOpts; in getFileRemappings()
HDFileRemapper.cpp193 void FileRemapper::applyMappings(PreprocessorOptions &PPOpts) const { in applyMappings()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDFrontendActions.cpp153 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp205 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 …]

12