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

Overridden By

tools/clang/lib/Basic/Targets/X86.h
  185   checkCFProtectionReturnSupported(DiagnosticsEngine &Diags) const override {

Declarations

tools/clang/include/clang/Basic/TargetInfo.h
 1307   checkCFProtectionReturnSupported(DiagnosticsEngine &Diags) const;

References

tools/clang/lib/CodeGen/CodeGenModule.cpp
  543       Target.checkCFProtectionReturnSupported(getDiags())) {