Home
last modified time | relevance | path

Searched refs:PreprocessorOpts (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h69 IntrusiveRefCntPtr<PreprocessorOptions> PreprocessorOpts; variable
91 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } in getPreprocessorOpts()
93 return *PreprocessorOpts; in getPreprocessorOpts()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1106 PreprocessorOptions &PreprocessorOpts = Clang->getPreprocessorOpts(); in Parse() local
1108 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() local
1199 for (const auto &RF : PreprocessorOpts.RemappedFiles) { in ComputePreamble()
1214 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) { in ComputePreamble()
1349 PreprocessorOptions &PreprocessorOpts in getMainBufferWithPrecompiledPreamble() local
[all …]
H A DCompilerInvocation.cpp54 PreprocessorOpts(new PreprocessorOptions()) {} in CompilerInvocationBase()
62 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())) {} in CompilerInvocationBase()