Searched refs:CurrentDirectiveIsNested (Results 1 – 2 of 2) sorted by relevance
204 bool CurrentDirectiveIsNested() { return dirContext_.size() > 0; }; in CurrentDirectiveIsNested() function
44 if (CurrentDirectiveIsNested() && set.test(GetContext().directive)) { in HasInvalidWorksharingNesting()