Searched refs:RequiresDecls (Results 1 – 1 of 1) sorted by relevance
318 SmallVector<const OMPRequiresDecl *, 2> RequiresDecls; member in __anon296aa5740111::DSAStackTy654 void addRequiresDecl(OMPRequiresDecl *RD) { RequiresDecls.push_back(RD); } in addRequiresDecl()658 return llvm::any_of(RequiresDecls, [](const OMPRequiresDecl *D) { in hasRequiresDeclWithClause()670 for (const OMPRequiresDecl *D : RequiresDecls) { in hasDuplicateRequiresClause()