Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1437 bool checkLastPrivateForMappedDirectives(ArrayRef<OMPClause *> Clauses);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10338 bool SemaOpenMP::checkLastPrivateForMappedDirectives( in checkLastPrivateForMappedDirectives() function in SemaOpenMP
10359 if (!checkLastPrivateForMappedDirectives(Clauses)) in ActOnOpenMPSimdDirective()
10391 if (!checkLastPrivateForMappedDirectives(Clauses)) in ActOnOpenMPForDirective()
13597 if (!checkLastPrivateForMappedDirectives(Clauses)) in ActOnOpenMPDistributeDirective()