Searched refs:MSSection (Results 1 – 2 of 2) sorted by relevance
501 MSSection = std::make_unique<PragmaMSPragma>("section"); in initializePragmaHandlers()502 PP.AddPragmaHandler(MSSection.get()); in initializePragmaHandlers()625 PP.RemovePragmaHandler(MSSection.get()); in resetPragmaHandlers()626 MSSection.reset(); in resetPragmaHandlers()
7019 std::unique_ptr<PragmaHandler> MSSection; variable