Searched refs:AllAdjustArgs (Results 1 – 1 of 1) sorted by relevance
7676 SmallVector<Expr *, 8> AllAdjustArgs; in ActOnOpenMPDeclareVariantDirective() local7677 llvm::append_range(AllAdjustArgs, AdjustArgsNothing); in ActOnOpenMPDeclareVariantDirective()7678 llvm::append_range(AllAdjustArgs, AdjustArgsNeedDevicePtr); in ActOnOpenMPDeclareVariantDirective()7680 if (!AllAdjustArgs.empty() || !AppendArgs.empty()) { in ActOnOpenMPDeclareVariantDirective()7686 if (!AllAdjustArgs.empty()) in ActOnOpenMPDeclareVariantDirective()7701 for (Expr *E : AllAdjustArgs) { in ActOnOpenMPDeclareVariantDirective()