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

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  319 OPENMP_CLAUSE(from, OMPFromClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
 5894       : OMPMappableExprListClause(OMPC_from, Locs, Sizes, &MapperQualifierLoc,
 5905       : OMPMappableExprListClause(OMPC_from, OMPVarListLocTy(), Sizes) {}
 5973     return T->getClauseKind() == OMPC_from;
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 3341   TRY_TO(VisitOMPClauseList(C));
tools/clang/include/clang/Basic/OpenMPKinds.def
  601 OPENMP_TARGET_UPDATE_CLAUSE(from)
tools/clang/lib/AST/OpenMPClause.cpp
  128   case OMPC_from:
  206   case OMPC_from:
tools/clang/lib/Basic/OpenMPKinds.cpp
  129   case OMPC_from:
  297   case OMPC_from:
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4067   case OMPC_from:
tools/clang/lib/Parse/ParseOpenMP.cpp
 2101   case OMPC_from:
 2659   } else if (Kind == OMPC_to || Kind == OMPC_from) {
tools/clang/lib/Sema/SemaOpenMP.cpp
 4648       case OMPC_from:
 9136   if (!hasClauses(Clauses, OMPC_to, OMPC_from)) {
10314   case OMPC_from:
10957   case OMPC_from:
11379   case OMPC_from:
11558   case OMPC_from:
11773   case OMPC_from:
11932   case OMPC_from:
14979               assert(CKind == OMPC_to || CKind == OMPC_from);
15066             assert(CKind == OMPC_to || CKind == OMPC_from);
15264   assert((CKind == OMPC_map || CKind == OMPC_to || CKind == OMPC_from) &&
16373   checkMappableExpressionList(*this, DSAStack, OMPC_from, MVLI, Locs.StartLoc,
tools/clang/lib/Sema/TreeTransform.h
 9195   OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9195   OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9195   OMPVarListLocTy Locs(C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
 9201           *this, C, Vars, MapperIdScopeSpec, MapperIdInfo, UnresolvedMappers))
tools/clang/lib/Serialization/ASTReader.cpp
12442   case OMPC_from: {