Searched refs:IsNestedInDirective (Results 1 – 1 of 1) sorted by relevance
516 bool IsNestedInDirective(llvm::omp::Directive directive);1439 bool OmpAttributeVisitor::IsNestedInDirective(llvm::omp::Directive directive) { in IsNestedInDirective() function in Fortran::semantics::OmpAttributeVisitor1461 if (IsNestedInDirective(llvm::omp::Directive::OMPD_target) && !hasAllocator) { in Post()