Home
last modified time | relevance | path

Searched refs:PreprocessorOpts (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDModuleBuilder.cpp36 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. member in __anoncc3835840111::CodeGeneratorImpl
67 PreprocessorOpts(PPO), CodeGenOpts(CGO), HandlingTopLevelDecls(0), in CodeGeneratorImpl()
107 PreprocessorOpts, in Initialize()
250 const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO, in CreateLLVMCodeGen() argument
253 PreprocessorOpts, CGO, C, CoverageInfo); in CreateLLVMCodeGen()
HDObjectFilePCHContainerOperations.cpp43 const PreprocessorOptions &PreprocessorOpts; member in __anon3c9de0d00111::PCHContainerGenerator
61 : Diags(diags), HeaderSearchOpts(HSO), PreprocessorOpts(PPO), in PCHContainerGenerator()
79 PreprocessorOpts, CodeGenOpts, *M, in Initialize()
HDCodeGenModule.h284 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. variable
613 const { return PreprocessorOpts; } in getPreprocessorOpts()
HDCodeGenModule.cpp84 PreprocessorOpts(PPO), CodeGenOpts(CGO), TheModule(M), Diags(diags), in CodeGenModule()
/NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/
HDCompilerInvocation.h69 IntrusiveRefCntPtr<PreprocessorOptions> PreprocessorOpts; variable
91 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } in getPreprocessorOpts()
93 return *PreprocessorOpts; in getPreprocessorOpts()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDASTUnit.cpp1109 PreprocessorOptions &PreprocessorOpts = Clang->getPreprocessorOpts(); in Parse() local
1111 PreprocessorOpts.addRemappedFile(OriginalSourceFile, in Parse()
1113 PreprocessorOpts.PrecompiledPreambleBytes.first = Preamble.size(); in Parse()
1114 PreprocessorOpts.PrecompiledPreambleBytes.second in Parse()
1116 PreprocessorOpts.ImplicitPCHInclude = getPreambleFile(this); in Parse()
1117 PreprocessorOpts.DisablePCHValidation = true; in Parse()
1191 PreprocessorOptions &PreprocessorOpts = Invocation.getPreprocessorOpts(); in ComputePreamble() local
1202 for (const auto &RF : PreprocessorOpts.RemappedFiles) { in ComputePreamble()
1217 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) { in ComputePreamble()
1349 PreprocessorOptions &PreprocessorOpts in getMainBufferWithPrecompiledPreamble() local
[all …]
HDCompilerInvocation.cpp52 PreprocessorOpts(new PreprocessorOptions()) {} in CompilerInvocationBase()
60 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())) {} in CompilerInvocationBase()
/NextBSD/contrib/llvm/tools/clang/include/clang/CodeGen/
HDModuleBuilder.h48 const PreprocessorOptions &PreprocessorOpts,