Searched refs:PreprocessorOpts (Results 1 – 3 of 3) sorted by relevance
69 IntrusiveRefCntPtr<PreprocessorOptions> PreprocessorOpts; variable91 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } in getPreprocessorOpts()93 return *PreprocessorOpts; in getPreprocessorOpts()
1106 PreprocessorOptions &PreprocessorOpts = Clang->getPreprocessorOpts(); in Parse() local1108 PreprocessorOpts.addRemappedFile(OriginalSourceFile, in Parse()1110 PreprocessorOpts.PrecompiledPreambleBytes.first = Preamble.size(); in Parse()1111 PreprocessorOpts.PrecompiledPreambleBytes.second in Parse()1113 PreprocessorOpts.ImplicitPCHInclude = getPreambleFile(this); in Parse()1114 PreprocessorOpts.DisablePCHValidation = true; in Parse()1188 PreprocessorOptions &PreprocessorOpts = Invocation.getPreprocessorOpts(); in ComputePreamble() local1199 for (const auto &RF : PreprocessorOpts.RemappedFiles) { in ComputePreamble()1214 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) { in ComputePreamble()1349 PreprocessorOptions &PreprocessorOpts in getMainBufferWithPrecompiledPreamble() local[all …]
54 PreprocessorOpts(new PreprocessorOptions()) {} in CompilerInvocationBase()62 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())) {} in CompilerInvocationBase()