Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-directive-structure.h204 bool CurrentDirectiveIsNested() { return dirContext_.size() > 0; }; in CurrentDirectiveIsNested() function
Dcheck-omp-structure.cpp44 if (CurrentDirectiveIsNested() && set.test(GetContext().directive)) { in HasInvalidWorksharingNesting()