reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 6692       if (CurrentNestedLoopCount >= Pair.first->getNumLoops()) {
 6696       if (Pair.first->getDependencyKind() == OMPC_DEPEND_sink &&
 6697           Pair.second.size() <= CurrentNestedLoopCount) {
 6699         Pair.first->setLoopData(CurrentNestedLoopCount, nullptr);
 6703       if (Pair.first->getDependencyKind() == OMPC_DEPEND_source)
 6707             Pair.first->getDependencyLoc());
 6712             Pair.first->getDependencyLoc(),
 6713             Pair.second[CurrentNestedLoopCount].first,
 6714             Pair.second[CurrentNestedLoopCount].second);
 6715       Pair.first->setLoopData(CurrentNestedLoopCount, CntValue);