Home | History | Annotate | Download | only in Sema

Lines Matching refs:StaticAssertLoc

9842 Decl *Sema::ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc,
9865 Diag(StaticAssertLoc, diag::err_static_assert_failed)
9873 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc,