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

References

tools/clang/include/clang/Sema/DeclSpec.h
  735   SourceLocation getConstexprSpecLoc() const { return ConstexprLoc; }
  742     ConstexprLoc = SourceLocation();
tools/clang/lib/Sema/DeclSpec.cpp
 1044   ConstexprLoc = Loc;
 1290     S.Diag(ConstexprLoc, diag::warn_cxx98_compat_constexpr);
 1292     S.Diag(ConstexprLoc, diag::warn_cxx20_compat_consteval);
 1294     S.Diag(ConstexprLoc, diag::warn_cxx20_compat_constinit);