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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 8882     if (const auto *CS = dyn_cast<CompoundStmt>(S)) {
 8895       S = *I;
 8897       const auto *OED = dyn_cast<OMPExecutableDirective>(S);
 8904       Diag(S->getBeginLoc(), diag::note_omp_nested_statement_here)
 8905           << isa<OMPExecutableDirective>(S);