Home
last modified time | relevance | path

Searched refs:isInOpenMPTaskUntiedContext (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h367 bool isInOpenMPTaskUntiedContext() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2168 } else if (getLangOpts().OpenMP && OpenMP().isInOpenMPTaskUntiedContext()) { in BuildArrayType()
H A DSemaOpenMP.cpp2316 bool SemaOpenMP::isInOpenMPTaskUntiedContext() const { in isInOpenMPTaskUntiedContext() function in SemaOpenMP