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