Searched refs:MSAllocText (Results 1 – 2 of 2) sorted by relevance
454 MSAllocText = std::make_unique<PragmaMSPragma>("alloc_text"); in initializePragmaHandlers()455 PP.AddPragmaHandler(MSAllocText.get()); in initializePragmaHandlers()572 PP.RemovePragmaHandler(MSAllocText.get()); in resetPragmaHandlers()573 MSAllocText.reset(); in resetPragmaHandlers()
202 std::unique_ptr<PragmaHandler> MSAllocText; variable