Home
last modified time | relevance | path

Searched refs:RequiresDecls (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp298 SmallVector<const OMPRequiresDecl *, 2> RequiresDecls; member in __anon4581b7f80111::DSAStackTy
633 RequiresDecls.push_back(RD); in addRequiresDecl()
639 return llvm::any_of(RequiresDecls, [](const OMPRequiresDecl *D) { in hasRequiresDeclWithClause()
651 for (const OMPRequiresDecl *D : RequiresDecls) { in hasDuplicateRequiresClause()