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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1005 OMPFromClause *OMPFromClause::Create(
1034 new (Mem) OMPFromClause(UDMQualifierLoc, MapperId, Locs, Sizes);
1042 OMPFromClause *
1043 OMPFromClause::CreateEmpty(const ASTContext &C,
1051 return new (Mem) OMPFromClause(Sizes);
1631 void OMPClausePrinter::VisitOMPFromClause(OMPFromClause *Node) {
H A DStmtProfile.cpp761 void OMPClauseProfiler::VisitOMPFromClause(const OMPFromClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5898 class OMPFromClause final
5899 : public OMPMappableExprListClause<OMPFromClause>,
5901 OMPFromClause, Expr *, ValueDecl *, unsigned,
5921 explicit OMPFromClause(NestedNameSpecifierLoc MapperQualifierLoc, function in class:clang::final
5935 explicit OMPFromClause(const OMPMappableExprListSizeTy &Sizes) function in class:clang::final
5967 static OMPFromClause *Create(const ASTContext &C, const OMPVarListLocTy &Locs,
5983 static OMPFromClause *CreateEmpty(const ASTContext &C,
5992 auto Children = const_cast<OMPFromClause *>(this)->children();
H A DRecursiveASTVisitor.h3416 bool RecursiveASTVisitor<Derived>::VisitOMPFromClause(OMPFromClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6472 void OMPClauseWriter::VisitOMPFromClause(OMPFromClause *C) {
H A DASTReader.cpp11697 C = OMPFromClause::CreateEmpty(Context, Sizes);
12340 void OMPClauseReader::VisitOMPFromClause(OMPFromClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9343 OMPClause *TreeTransform<Derived>::TransformOMPFromClause(OMPFromClause *C) {
9349 if (transformOMPMappableExprListClause<Derived, OMPFromClause>(
H A DSemaOpenMP.cpp17021 return OMPFromClause::Create(
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7938 for (const auto *C : CurExecDir->getClausesOfKind<OMPFromClause>())

Completed in 498 milliseconds