Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp297 SmallVector<const OMPRequiresDecl *, 2> RequiresDecls; member in __anonf152f9340111::DSAStackTy
632 RequiresDecls.push_back(RD); in addRequiresDecl()
638 return llvm::any_of(RequiresDecls, [](const OMPRequiresDecl *D) { in hasRequiresDeclWithClause()
650 for (const OMPRequiresDecl *D : RequiresDecls) { in hasDuplicateRequiresClause()