Searched defs:PreprocessorOpts (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h69 IntrusiveRefCntPtr<PreprocessorOptions> PreprocessorOpts; member in class:clang::CompilerInvocationBase
91 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
93 return *PreprocessorOpts;
/external/clang/lib/Frontend/
H A DASTUnit.cpp1093 PreprocessorOptions &PreprocessorOpts = Clang->getPreprocessorOpts(); local
1095 PreprocessorOpts.addRemappedFile(OriginalSourceFile,
1097 PreprocessorOpts.PrecompiledPreambleBytes.first = Preamble.size();
1098 PreprocessorOpts.PrecompiledPreambleBytes.second
1100 PreprocessorOpts.ImplicitPCHInclude = getPreambleFile(this);
1101 PreprocessorOpts.DisablePCHValidation = true;
1175 PreprocessorOptions &PreprocessorOpts = Invocation.getPreprocessorOpts(); local
1186 for (const auto &RF : PreprocessorOpts.RemappedFiles) {
1201 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) {
1332 PreprocessorOptions &PreprocessorOpts local
2300 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); local
[all...]

Completed in 66 milliseconds