Searched defs:getConfig (Results 1 – 3 of 3) sorted by relevance
181 const void *getConfig() { return m_p_config; }; in getConfig() function
257 const CallExpr *getConfig() const { in getConfig() function260 CallExpr *getConfig() { return cast_or_null<CallExpr>(getPreArg(CONFIG)); } in getConfig() function
10186 IConfigPtr const& getConfig() const override { in getConfig() function in Catch::Context