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

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  277 OPENMP_CLAUSE(final, OMPFinalClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
  547       : OMPClause(OMPC_final, StartLoc, EndLoc), OMPClauseWithPreInit(this),
  554       : OMPClause(OMPC_final, SourceLocation(), SourceLocation()),
  579     return T->getClauseKind() == OMPC_final;
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2921   TRY_TO(VisitOMPClauseWithPreInit(C));
 2922   TRY_TO(TraverseStmt(C->getCondition()));
tools/clang/include/clang/Basic/OpenMPKinds.def
  491 OPENMP_TASK_CLAUSE(final)
  647 OPENMP_TASKLOOP_CLAUSE(final)
  666 OPENMP_TASKLOOP_SIMD_CLAUSE(final)
  689 OPENMP_MASTER_TASKLOOP_CLAUSE(final)
  708 OPENMP_MASTER_TASKLOOP_SIMD_CLAUSE(final)
  731 OPENMP_PARALLEL_MASTER_TASKLOOP_CLAUSE(final)
tools/clang/lib/AST/OpenMPClause.cpp
   91   case OMPC_final:
  167   case OMPC_final:
tools/clang/lib/Basic/OpenMPKinds.cpp
  162   case OMPC_final:
  356   case OMPC_final:
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4023   case OMPC_final:
tools/clang/lib/Parse/ParseOpenMP.cpp
 1974   case OMPC_final:
tools/clang/lib/Sema/SemaOpenMP.cpp
 4605       case OMPC_final:
10236   case OMPC_final:
10848   case OMPC_final:
11023     CaptureRegion = getOpenMPCaptureRegionForClause(DKind, OMPC_final);
11332   case OMPC_final:
11512   case OMPC_final:
11736   case OMPC_final:
11947   case OMPC_final:
tools/clang/lib/Sema/TreeTransform.h
 8500   ExprResult Cond = getDerived().TransformExpr(C->getCondition());
 8503   return getDerived().RebuildOMPFinalClause(Cond.get(), C->getBeginLoc(),
 8504                                             C->getLParenLoc(), C->getEndLoc());
 8504                                             C->getLParenLoc(), C->getEndLoc());
tools/clang/lib/Serialization/ASTReader.cpp
12277   case OMPC_final: