Searched refs:getConfig (Results 1 – 8 of 8) sorted by relevance
33 CGF.EmitBranchOnBoolExpr(E->getConfig(), ContBlock, ConfigOKBlock, in EmitCUDAKernelCallExpr()
181 const void *getConfig() { return m_p_config; }; in getConfig() function
138 ((CustomConfigWrapper *)p_config)->getConfig(), in createDecoder()
4308 virtual IConfigPtr const& getConfig() const = 0;7247 IConfigPtr cfg = getCurrentContext().getConfig(); in run()8153 return getCurrentContext().getConfig()->allowThrows(); in allowThrows()10035 IConfigPtr config = getCurrentContext().getConfig(); in platformColourInstance()10090 getCurrentContext().getConfig()->stream() in setColour()10109 IConfigPtr config = getCurrentContext().getConfig(); in platformColourInstance()10186 IConfigPtr const& getConfig() const override { in getConfig() function in Catch::Context12927 return getCurrentContext().getConfig()->rngSeed(); in rngSeed()14782 if (!getCurrentContext().getConfig()->showInvisibles()) { in convert()
257 const CallExpr *getConfig() const { in getConfig() function260 CallExpr *getConfig() { return cast_or_null<CallExpr>(getPreArg(CONFIG)); } in getConfig() function
1966 PrintCallArgs(Node->getConfig()); in VisitCUDAKernelCallExpr()
2298 Record.AddStmt(E->getConfig()); in VisitCUDAKernelCallExpr()
13036 ExprResult EC = getDerived().TransformCallExpr(E->getConfig()); in TransformCUDAKernelCallExpr()