Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DModuleBuilder.cpp37 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. member in __anonb28a676c0111::CodeGeneratorImpl
76 PreprocessorOpts(PPO), CodeGenOpts(CGO), HandlingTopLevelDecls(0), in CodeGeneratorImpl()
124 PreprocessorOpts, CodeGenOpts, in Initialize()
315 const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO, in CreateLLVMCodeGen() argument
318 PreprocessorOpts, CGO, C, CoverageInfo); in CreateLLVMCodeGen()
DObjectFilePCHContainerOperations.cpp51 const PreprocessorOptions &PreprocessorOpts; member in __anonc11279b80111::PCHContainerGenerator
147 PreprocessorOpts(CI.getPreprocessorOpts()), in PCHContainerGenerator()
169 *Ctx, HeaderSearchOpts, PreprocessorOpts, CodeGenOpts, *M, Diags)); in Initialize()
DCodeGenModule.h268 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. variable
605 const { return PreprocessorOpts; } in getPreprocessorOpts()
DCodeGenModule.cpp88 PreprocessorOpts(PPO), CodeGenOpts(CGO), TheModule(M), Diags(diags), in CodeGenModule()
/external/clang/include/clang/Frontend/
DCompilerInvocation.h70 IntrusiveRefCntPtr<PreprocessorOptions> PreprocessorOpts; variable
92 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } in getPreprocessorOpts()
94 return *PreprocessorOpts; in getPreprocessorOpts()
/external/clang/lib/Frontend/
DASTUnit.cpp1110 PreprocessorOptions &PreprocessorOpts = Clang->getPreprocessorOpts(); in Parse() local
1112 PreprocessorOpts.addRemappedFile(OriginalSourceFile, in Parse()
1114 PreprocessorOpts.PrecompiledPreambleBytes.first = Preamble.size(); in Parse()
1115 PreprocessorOpts.PrecompiledPreambleBytes.second in Parse()
1117 PreprocessorOpts.ImplicitPCHInclude = getPreambleFile(this); in Parse()
1118 PreprocessorOpts.DisablePCHValidation = true; in Parse()
1190 PreprocessorOptions &PreprocessorOpts = Invocation.getPreprocessorOpts(); in ComputePreamble() local
1201 for (const auto &RF : PreprocessorOpts.RemappedFiles) { in ComputePreamble()
1216 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) { in ComputePreamble()
1348 PreprocessorOptions &PreprocessorOpts in getMainBufferWithPrecompiledPreamble() local
[all …]
DCompilerInvocation.cpp59 PreprocessorOpts(new PreprocessorOptions()) {} in CompilerInvocationBase()
67 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())) {} in CompilerInvocationBase()
/external/clang/include/clang/CodeGen/
DModuleBuilder.h90 const PreprocessorOptions &PreprocessorOpts,