Home | History | Annotate | Download | only in MCParser

Lines Matching refs:PopSection

60       ".popsection");
597 getStreamer().PopSection();
605 /// ::= .popsection
607 if (!getStreamer().PopSection())
608 return TokError(".popsection without corresponding .pushsection");