Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp321 SmallVector<const OMPRequiresDecl *, 2> RequiresDecls; member in __anon7e4ded5b0111::DSAStackTy
657 void addRequiresDecl(OMPRequiresDecl *RD) { RequiresDecls.push_back(RD); } in addRequiresDecl()
661 return llvm::any_of(RequiresDecls, [](const OMPRequiresDecl *D) { in hasRequiresDeclWithClause()
673 for (const OMPRequiresDecl *D : RequiresDecls) { in hasDuplicateRequiresClause()