Home | History | Annotate | Download | only in Serialization

Lines Matching refs:UsingDirectiveDecl

221     void VisitUsingDirectiveDecl(UsingDirectiveDecl *D);
1043 void ASTDeclReader::VisitUsingDirectiveDecl(UsingDirectiveDecl *D) {
1947 D = UsingDirectiveDecl::CreateDeserialized(Context, ID);