Home
last modified time | relevance | path

Searched refs:MSSection (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp384 MSSection = std::make_unique<PragmaMSPragma>("section"); in initializePragmaHandlers()
385 PP.AddPragmaHandler(MSSection.get()); in initializePragmaHandlers()
491 PP.RemovePragmaHandler(MSSection.get()); in resetPragmaHandlers()
492 MSSection.reset(); in resetPragmaHandlers()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h194 std::unique_ptr<PragmaHandler> MSSection; variable