Searched refs:getConfig (Results 1 – 5 of 5) sorted by relevance
33 CGF.EmitBranchOnBoolExpr(E->getConfig(), ContBlock, ConfigOKBlock, in EmitCUDAKernelCallExpr()
258 const CallExpr *getConfig() const { in getConfig() function261 CallExpr *getConfig() { return cast_or_null<CallExpr>(getPreArg(CONFIG)); } in getConfig() function
1736 PrintCallArgs(Node->getConfig()); in VisitCUDAKernelCallExpr()
2091 Record.AddStmt(E->getConfig()); in VisitCUDAKernelCallExpr()
11427 ExprResult EC = getDerived().TransformCallExpr(E->getConfig()); in TransformCUDAKernelCallExpr()