Searched defs:PragmaModuleBeginHandler (Results 1 – 1 of 1) sorted by relevance
1509 struct PragmaModuleBeginHandler : public PragmaHandler { struct1510 PragmaModuleBeginHandler() : PragmaHandler("begin") {} in PragmaModuleBeginHandler() function1512 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer, in HandlePragma()