Searched refs:MSSection (Results 1 – 2 of 2) sorted by relevance
384 MSSection = std::make_unique<PragmaMSPragma>("section"); in initializePragmaHandlers()385 PP.AddPragmaHandler(MSSection.get()); in initializePragmaHandlers()491 PP.RemovePragmaHandler(MSSection.get()); in resetPragmaHandlers()492 MSSection.reset(); in resetPragmaHandlers()
194 std::unique_ptr<PragmaHandler> MSSection; variable