Searched refs:OpenMPDependClauseKind (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h102 enum OpenMPDependClauseKind { enum in namespace:clang
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp125 return llvm::StringSwitch<OpenMPDependClauseKind>(Str)
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3966 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown;
4002 void setDependencyKind(OpenMPDependClauseKind K) { DepKind = K; }
4026 OpenMPDependClauseKind DepKind,
4040 OpenMPDependClauseKind getDependencyKind() const { return DepKind; }
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h104 SmallVector<std::pair<OpenMPDependClauseKind, const Expr *>, 4> Dependences;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp831 OpenMPDependClauseKind DepKind, SourceLocation DepLoc,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10423 ActOnOpenMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp12469 static_cast<OpenMPDependClauseKind>(ExtraModifier), DepLinMapLastLoc,
14904 Sema::ActOnOpenMPDependClause(OpenMPDependClauseKind DepKind,
H A DTreeTransform.h1828 RebuildOMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp12145 static_cast<OpenMPDependClauseKind>(Record.readInt()));

Completed in 574 milliseconds