Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1445 bool mapLoopConstruct(llvm::SmallVector<OMPClause *> &ClausesWithoutBind,
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5985 llvm::SmallVector<OMPClause *> &ClausesWithoutBind, in mapLoopConstruct() argument
6036 ClausesWithoutBind.push_back(C); in mapLoopConstruct()
6085 llvm::SmallVector<OMPClause *> ClausesWithoutBind; in ActOnOpenMPExecutableDirective() local
6097 ClausesWithoutBind, Clauses, BindKind, Kind, PrevMappedDirective, in ActOnOpenMPExecutableDirective()
6118 ClausesWithImplicit.append(ClausesWithoutBind.begin(), in ActOnOpenMPExecutableDirective()
6119 ClausesWithoutBind.end()); in ActOnOpenMPExecutableDirective()