Searched refs:ClausesWithoutBind (Results 1 – 2 of 2) sorted by relevance
6137 bool Sema::mapLoopConstruct(llvm::SmallVector<OMPClause *> &ClausesWithoutBind, in mapLoopConstruct() argument6186 ClausesWithoutBind.push_back(C); in mapLoopConstruct()6233 llvm::SmallVector<OMPClause *> ClausesWithoutBind; in ActOnOpenMPExecutableDirective() local6245 ClausesWithoutBind, Clauses, BindKind, Kind, PrevMappedDirective, in ActOnOpenMPExecutableDirective()6266 ClausesWithImplicit.append(ClausesWithoutBind.begin(), in ActOnOpenMPExecutableDirective()6267 ClausesWithoutBind.end()); in ActOnOpenMPExecutableDirective()
11383 bool mapLoopConstruct(llvm::SmallVector<OMPClause *> &ClausesWithoutBind,