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

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  298 OPENMP_CLAUSE(flush, OMPFlushClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
 3868       : OMPVarListClause<OMPFlushClause>(OMPC_flush, StartLoc, LParenLoc,
 3875       : OMPVarListClause<OMPFlushClause>(OMPC_flush, SourceLocation(),
 3915     return T->getClauseKind() == OMPC_flush;
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 3250   TRY_TO(VisitOMPClauseList(C));
tools/clang/lib/AST/OpenMPClause.cpp
  112   case OMPC_flush:
  184   case OMPC_flush:
tools/clang/lib/Basic/OpenMPKinds.cpp
  183   case OMPC_flush:
  377   case OMPC_flush:
  512     return CKind == OMPC_flush;
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4043   case OMPC_flush:
tools/clang/lib/Parse/ParseOpenMP.cpp
 1803               : FlushHasClause ? OMPC_flush
 2097   case OMPC_flush:
 2742           << ((Kind == OMPC_flush) ? getOpenMPDirectiveName(OMPD_flush)
 2744           << (Kind == OMPC_flush);
tools/clang/lib/Sema/SemaOpenMP.cpp
 4653       case OMPC_flush:
10298   case OMPC_flush:
10941   case OMPC_flush:
11356   case OMPC_flush:
11537   case OMPC_flush:
11758   case OMPC_flush:
11915   case OMPC_flush:
tools/clang/lib/Sema/TreeTransform.h
 8974   Vars.reserve(C->varlist_size());
 8975   for (auto *VE : C->varlists()) {
 8981   return getDerived().RebuildOMPFlushClause(Vars, C->getBeginLoc(),
 8982                                             C->getLParenLoc(), C->getEndLoc());
 8982                                             C->getLParenLoc(), C->getEndLoc());
tools/clang/lib/Serialization/ASTReader.cpp
12388   case OMPC_flush: