Searched refs:AllAdjustArgs (Results 1 – 1 of 1) sorted by relevance
7616 SmallVector<Expr *, 8> AllAdjustArgs; in ActOnOpenMPDeclareVariantDirective() local7617 llvm::append_range(AllAdjustArgs, AdjustArgsNothing); in ActOnOpenMPDeclareVariantDirective()7618 llvm::append_range(AllAdjustArgs, AdjustArgsNeedDevicePtr); in ActOnOpenMPDeclareVariantDirective()7620 if (!AllAdjustArgs.empty() || !AppendArgs.empty()) { in ActOnOpenMPDeclareVariantDirective()7626 if (!AllAdjustArgs.empty()) in ActOnOpenMPDeclareVariantDirective()7641 for (Expr *E : AllAdjustArgs) { in ActOnOpenMPDeclareVariantDirective()