Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp298 SmallVector<const OMPRequiresDecl *, 2> RequiresDecls; member in __anon5b04668f0111::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()