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

  /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;
  /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; }
  /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...]

Completed in 19 milliseconds