Searched refs:getConfig (Results 1 – 5 of 5) sorted by relevance
34 CGF.EmitBranchOnBoolExpr(E->getConfig(), ContBlock, ConfigOKBlock, in EmitCUDAKernelCallExpr()
163 const CallExpr *getConfig() const { in getConfig() function166 CallExpr *getConfig() { return cast_or_null<CallExpr>(getPreArg(CONFIG)); } in getConfig() function
1552 PrintCallArgs(Node->getConfig()); in VisitCUDAKernelCallExpr()
1612 Writer.AddStmt(E->getConfig()); in VisitCUDAKernelCallExpr()
8144 ExprResult EC = getDerived().TransformCallExpr(E->getConfig()); in TransformCUDAKernelCallExpr()