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

Overridden By

tools/clang/include/clang/Frontend/FrontendActions.h
  186   bool hasIRSupport() const override { return false; }
tools/clang/lib/CodeGen/CodeGenAction.cpp
  850 bool CodeGenAction::hasIRSupport() const { return true; }
tools/clang/lib/Frontend/FrontendAction.cpp
 1092 bool WrapperFrontendAction::hasIRSupport() const {

References

tools/clang/lib/Frontend/FrontendAction.cpp
  688     assert(hasIRSupport() &&
 1093   return WrappedAction->hasIRSupport();