Home | History | Annotate | Download | only in AST

Lines Matching refs:StaticAssertDecl

2291 void StaticAssertDecl::anchor() { }
2293 StaticAssertDecl *StaticAssertDecl::Create(ASTContext &C, DeclContext *DC,
2299 return new (C, DC) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message,
2303 StaticAssertDecl *StaticAssertDecl::CreateDeserialized(ASTContext &C,
2305 return new (C, ID) StaticAssertDecl(nullptr, SourceLocation(), nullptr,