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