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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
  992   S.Diag(AL.getLoc(), diag::ext_clang_enable_if);
  996   if (checkFunctionConditionAttr(S, D, AL, Cond, Msg))
  997     D->addAttr(::new (S.Context) EnableIfAttr(S.Context, AL, Cond, Msg));
  997     D->addAttr(::new (S.Context) EnableIfAttr(S.Context, AL, Cond, Msg));