Searched defs:PragmaModuleBeginHandler (Results 1 – 1 of 1) sorted by relevance
1587 struct PragmaModuleBeginHandler : public PragmaHandler { struct1588 PragmaModuleBeginHandler() : PragmaHandler("begin") {} in PragmaModuleBeginHandler() argument1590 void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer, in HandlePragma()