Searched refs:PreprocessorOpts (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/CodeGen/ |
D | ModuleBuilder.cpp | 37 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()
|
D | ObjectFilePCHContainerOperations.cpp | 51 const PreprocessorOptions &PreprocessorOpts; member in __anonc11279b80111::PCHContainerGenerator 147 PreprocessorOpts(CI.getPreprocessorOpts()), in PCHContainerGenerator() 169 *Ctx, HeaderSearchOpts, PreprocessorOpts, CodeGenOpts, *M, Diags)); in Initialize()
|
D | CodeGenModule.h | 268 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. variable 605 const { return PreprocessorOpts; } in getPreprocessorOpts()
|
D | CodeGenModule.cpp | 88 PreprocessorOpts(PPO), CodeGenOpts(CGO), TheModule(M), Diags(diags), in CodeGenModule()
|
/external/clang/include/clang/Frontend/ |
D | CompilerInvocation.h | 70 IntrusiveRefCntPtr<PreprocessorOptions> PreprocessorOpts; variable 92 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } in getPreprocessorOpts() 94 return *PreprocessorOpts; in getPreprocessorOpts()
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 1110 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 …]
|
D | CompilerInvocation.cpp | 59 PreprocessorOpts(new PreprocessorOptions()) {} in CompilerInvocationBase() 67 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())) {} in CompilerInvocationBase()
|
/external/clang/include/clang/CodeGen/ |
D | ModuleBuilder.h | 90 const PreprocessorOptions &PreprocessorOpts,
|