Home | History | Annotate | Download | only in Serialization

Lines Matching refs:StaticAssertDecl

309     void VisitStaticAssertDecl(StaticAssertDecl *D);
2137 void ASTDeclReader::VisitStaticAssertDecl(StaticAssertDecl *D) {
3229 D = StaticAssertDecl::CreateDeserialized(Context, ID);