Searched refs:MSSection (Results 1 – 2 of 2) sorted by relevance
507 MSSection = std::make_unique<PragmaMSPragma>("section"); in initializePragmaHandlers()508 PP.AddPragmaHandler(MSSection.get()); in initializePragmaHandlers()631 PP.RemovePragmaHandler(MSSection.get()); in resetPragmaHandlers()632 MSSection.reset(); in resetPragmaHandlers()
200 std::unique_ptr<PragmaHandler> MSSection; variable