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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 6554       if (const auto *E = dyn_cast<Expr>(S)) {
 6559       if (isa<AsmStmt>(S) || isa<NullStmt>(S) || isa<OMPFlushDirective>(S) ||
 6559       if (isa<AsmStmt>(S) || isa<NullStmt>(S) || isa<OMPFlushDirective>(S) ||
 6559       if (isa<AsmStmt>(S) || isa<NullStmt>(S) || isa<OMPFlushDirective>(S) ||
 6560           isa<OMPBarrierDirective>(S) || isa<OMPTaskyieldDirective>(S))
 6560           isa<OMPBarrierDirective>(S) || isa<OMPTaskyieldDirective>(S))
 6563       if (const auto *DS = dyn_cast<DeclStmt>(S)) {
 6585       Child = S;