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.cpp1116 PreprocessorOptions &PreprocessorOpts = Clang->getPreprocessorOpts(); local
1118 PreprocessorOpts.addRemappedFile(OriginalSourceFile, OverrideMainBuffer);
1119 PreprocessorOpts.PrecompiledPreambleBytes.first = Preamble.size();
1120 PreprocessorOpts.PrecompiledPreambleBytes.second
1122 PreprocessorOpts.ImplicitPCHInclude = getPreambleFile(this);
1123 PreprocessorOpts.DisablePCHValidation = true;
1201 PreprocessorOptions &PreprocessorOpts = Invocation.getPreprocessorOpts(); local
1212 for (const auto &RF : PreprocessorOpts.RemappedFiles) {
1233 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) {
1369 PreprocessorOptions &PreprocessorOpts local
2352 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); local
[all...]

Completed in 731 milliseconds