Searched refs:PreprocessorOpts (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | ModuleBuilder.cpp | 36 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()
|
| HD | ObjectFilePCHContainerOperations.cpp | 43 const PreprocessorOptions &PreprocessorOpts; member in __anon3c9de0d00111::PCHContainerGenerator 61 : Diags(diags), HeaderSearchOpts(HSO), PreprocessorOpts(PPO), in PCHContainerGenerator() 79 PreprocessorOpts, CodeGenOpts, *M, in Initialize()
|
| HD | CodeGenModule.h | 284 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. variable 613 const { return PreprocessorOpts; } in getPreprocessorOpts()
|
| HD | CodeGenModule.cpp | 84 PreprocessorOpts(PPO), CodeGenOpts(CGO), TheModule(M), Diags(diags), in CodeGenModule()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/ |
| HD | CompilerInvocation.h | 69 IntrusiveRefCntPtr<PreprocessorOptions> PreprocessorOpts; variable 91 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } in getPreprocessorOpts() 93 return *PreprocessorOpts; in getPreprocessorOpts()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | ASTUnit.cpp | 1109 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 …]
|
| HD | CompilerInvocation.cpp | 52 PreprocessorOpts(new PreprocessorOptions()) {} in CompilerInvocationBase() 60 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())) {} in CompilerInvocationBase()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/CodeGen/ |
| HD | ModuleBuilder.h | 48 const PreprocessorOptions &PreprocessorOpts,
|