Searched refs:CurrentDirectiveIsNested (Results 1 – 2 of 2) sorted by relevance
157 if (CurrentDirectiveIsNested()) { in IsCloselyNestedRegion()236 if (!CurrentDirectiveIsNested()) { in HasInvalidDistributeNesting()418 if (CurrentDirectiveIsNested() && in Enter()752 if (CurrentDirectiveIsNested()) { in Enter()847 if (CurrentDirectiveIsNested()) { in ChecksOnOrderedAsBlock()883 if (CurrentDirectiveIsNested() && in ChecksOnOrderedAsBlock()1196 if (CurrentDirectiveIsNested() && in ChecksOnOrderedAsStandalone()1345 if (CurrentDirectiveIsNested()) { in CheckCancellationNest()
301 bool CurrentDirectiveIsNested() { return dirContext_.size() > 1; }; in CurrentDirectiveIsNested() function