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

References

tools/clang/include/clang/AST/StmtOpenMP.h
  273     auto *CS = cast<CapturedStmt>(getAssociatedStmt());
tools/clang/lib/AST/StmtOpenMP.cpp
   33   return !hasAssociatedStmt() || !getAssociatedStmt();
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 9562     if (!E->hasAssociatedStmt() || !E->getAssociatedStmt())
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  458             dyn_cast_or_null<CapturedStmt>(D->getAssociatedStmt())) {
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  219     const auto *CS = cast_or_null<CapturedStmt>(S.getAssociatedStmt());
 3615     assert(!S.getAssociatedStmt() &&
 5174   if (!D.hasAssociatedStmt() || !D.getAssociatedStmt())