Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp6137 bool Sema::mapLoopConstruct(llvm::SmallVector<OMPClause *> &ClausesWithoutBind, in mapLoopConstruct() argument
6186 ClausesWithoutBind.push_back(C); in mapLoopConstruct()
6233 llvm::SmallVector<OMPClause *> ClausesWithoutBind; in ActOnOpenMPExecutableDirective() local
6245 ClausesWithoutBind, Clauses, BindKind, Kind, PrevMappedDirective, in ActOnOpenMPExecutableDirective()
6266 ClausesWithImplicit.append(ClausesWithoutBind.begin(), in ActOnOpenMPExecutableDirective()
6267 ClausesWithoutBind.end()); in ActOnOpenMPExecutableDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11383 bool mapLoopConstruct(llvm::SmallVector<OMPClause *> &ClausesWithoutBind,