Searched refs:MSSection (Results 1 – 2 of 2) sorted by relevance
451 MSSection = std::make_unique<PragmaMSPragma>("section"); in initializePragmaHandlers()452 PP.AddPragmaHandler(MSSection.get()); in initializePragmaHandlers()572 PP.RemovePragmaHandler(MSSection.get()); in resetPragmaHandlers()573 MSSection.reset(); in resetPragmaHandlers()
198 std::unique_ptr<PragmaHandler> MSSection; variable