reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/ASTUnit.cpp
  161   const auto &PreprocessorOpts = Invocation.getPreprocessorOpts();
tools/clang/lib/Frontend/CompilerInvocation.cpp
  114       PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())) {}
 3584   const PreprocessorOptions &ppOpts = getPreprocessorOpts();
 3588   for (const auto &I : getPreprocessorOpts().Macros) {