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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 6551   while (const auto *C = dyn_cast_or_null<CompoundStmt>(Child)) {
 6552     Child = nullptr;
 6583       if (Child)
 6585       Child = S;
 6587     if (Child)
 6588       Child = Child->IgnoreContainers();
 6588       Child = Child->IgnoreContainers();
 6590   return Child;