Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10493 bool Sema::checkLastPrivateForMappedDirectives(ArrayRef<OMPClause *> Clauses) { in checkLastPrivateForMappedDirectives() function in Sema
10514 if (!checkLastPrivateForMappedDirectives(Clauses)) in ActOnOpenMPSimdDirective()
10558 if (!checkLastPrivateForMappedDirectives(Clauses)) in ActOnOpenMPForDirective()
14151 if (!checkLastPrivateForMappedDirectives(Clauses)) in ActOnOpenMPDistributeDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11375 bool checkLastPrivateForMappedDirectives(ArrayRef<OMPClause *> Clauses);