Home | History | Annotate | Download | only in Serialization

Lines Matching refs:StaticAssertDecl

334     void VisitStaticAssertDecl(StaticAssertDecl *D);
2219 void ASTDeclReader::VisitStaticAssertDecl(StaticAssertDecl *D) {
3347 D = StaticAssertDecl::CreateDeserialized(Context, ID);