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

Overridden By

tools/clang/include/clang/Frontend/FrontendActions.h
  184   bool hasPCHSupport() const override { return false; }
  290   bool hasPCHSupport() const override { return true; }
tools/clang/lib/Frontend/ASTMerge.cpp
  104 bool ASTMergeAction::hasPCHSupport() const {
tools/clang/lib/Frontend/FrontendAction.cpp
 1086 bool WrapperFrontendAction::hasPCHSupport() const {

References

tools/clang/lib/Frontend/ASTMerge.cpp
  105   return AdaptedAction->hasPCHSupport();
tools/clang/lib/Frontend/FrontendAction.cpp
  843       assert(hasPCHSupport() && "This action does not have PCH support!");
 1087   return WrappedAction->hasPCHSupport();