HomeSort by: relevance | last modified time | path
    Searched refs:PreprocessorOpts (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
PrecompiledPreamble.cpp 322 PreprocessorOptions &PreprocessorOpts =
351 PreprocessorOpts.PrecompiledPreambleBytes.first = 0;
352 PreprocessorOpts.PrecompiledPreambleBytes.second = false;
354 PreprocessorOpts.GeneratePreamble = true;
402 if (PreprocessorOpts.RetainRemappedFileBuffers) {
404 PreprocessorOpts.addRemappedFile(MainFilePath, PreambleInputBuffer.get());
408 PreprocessorOpts.addRemappedFile(MainFilePath,
505 PreprocessorOptions &PreprocessorOpts =
525 for (const auto &R : PreprocessorOpts.RemappedFiles) {
543 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers)
    [all...]
ASTUnit.cpp 162 const auto &PreprocessorOpts = Invocation.getPreprocessorOpts();
174 for (const auto &RF : PreprocessorOpts.RemappedFiles) {
190 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) {
2138 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts();
2200 PreprocessorOpts.clearRemappedFiles();
2201 PreprocessorOpts.RetainRemappedFileBuffers = true;
2203 PreprocessorOpts.addRemappedFile(RemappedFile.first, RemappedFile.second);
2255 PreprocessorOpts.PrecompiledPreambleBytes.first = 0;
2256 PreprocessorOpts.PrecompiledPreambleBytes.second = false;
2261 PreprocessorOpts.DetailedRecord = false
    [all...]
CompilerInvocation.cpp 116 PreprocessorOpts(new PreprocessorOptions()),
125 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())),
137 PreprocessorOpts.swap(X.PreprocessorOpts);
4095 PreprocessorOptions *PreprocessorOpts = &Opts;
4166 PreprocessorOptions *PreprocessorOpts = &Opts;
4591 GeneratePreprocessorArgs(*PreprocessorOpts, Args, SA, *LangOpts, FrontendOpts,
  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
ModuleBuilder.h 98 const PreprocessorOptions &PreprocessorOpts,
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInvocation.h 87 std::shared_ptr<PreprocessorOptions> PreprocessorOpts;
118 return PreprocessorOpts;
121 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
124 return *PreprocessorOpts;
PrecompiledPreamble.h 244 PreprocessorOptions &PreprocessorOpts,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ModuleBuilder.cpp 36 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info.
82 PreprocessorOpts(PPO), CodeGenOpts(CGO), HandlingTopLevelDecls(0),
146 PreprocessorOpts, CodeGenOpts,
342 const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO,
345 PreprocessorOpts, CGO, C, CoverageInfo);
ObjectFilePCHContainerOperations.cpp 49 const PreprocessorOptions &PreprocessorOpts;
144 PreprocessorOpts(CI.getPreprocessorOpts()),
171 *Ctx, HeaderSearchOpts, PreprocessorOpts, CodeGenOpts, *M, Diags));
CodeGenModule.h 306 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info.
707 const { return PreprocessorOpts; }
CodeGenModule.cpp 103 PreprocessorOpts(PPO), CodeGenOpts(CGO), TheModule(M), Diags(diags),

Completed in 84 milliseconds