Searched refs:OMPMapClause (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 1159 OMPMapClause *OMPMapClause::Create( in Create() 1189 OMPMapClause *Clause = new (Mem) in Create() 1190 OMPMapClause(MapModifiers, MapModifiersLoc, UDMQualifierLoc, MapperId, in Create() 1202 OMPMapClause * 1203 OMPMapClause::CreateEmpty(const ASTContext &C, in CreateEmpty() 1211 OMPMapClause *Clause = new (Mem) OMPMapClause(Sizes); in CreateEmpty() 2525 void OMPClausePrinter::VisitOMPMapClause(OMPMapClause *Node) { in VisitOMPMapClause()
|
| H A D | StmtProfile.cpp | 867 void OMPClauseProfiler::VisitOMPMapClause(const OMPMapClause *C) { in VisitOMPMapClause()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 6421 class OMPMapClause final : public OMPMappableExprListClause<OMPMapClause>, 6423 OMPMapClause, Expr *, ValueDecl *, unsigned, 6487 explicit OMPMapClause(ArrayRef<OpenMPMapModifierKind> MapModifiers, in OMPMapClause() function 6514 explicit OMPMapClause(const OMPMappableExprListSizeTy &Sizes) in OMPMapClause() function 6577 static OMPMapClause * 6597 static OMPMapClause *CreateEmpty(const ASTContext &C, 6657 auto Children = const_cast<OMPMapClause *>(this)->children(); in children() 6668 auto Children = const_cast<OMPMapClause *>(this)->used_children(); in used_children()
|
| H A D | RecursiveASTVisitor.h | 3897 bool RecursiveASTVisitor<Derived>::VisitOMPMapClause(OMPMapClause *C) {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMP.td | 278 let clangClass = "OMPMapClause";
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 6914 llvm::DenseMap<const ValueDecl *, const OMPMapClause *> LambdasMap; 8085 const auto *C = dyn_cast<OMPMapClause>(Cl); in generateAllInfoForClauses() 8476 for (const auto *C : Dir.getClausesOfKind<OMPMapClause>()) { in MappableExprsHandler() 8796 for (const auto *C : CurExecDir->getClausesOfKind<OMPMapClause>()) { in generateInfoForCaptureFromClauseInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 4136 if (C && !((isa<OMPFirstprivateClause>(C) || isa<OMPMapClause>(C)) && in VisitOMPExecutableDirective() 5793 auto *C = dyn_cast<OMPMapClause>(Clauses[Cnt]); in processImplicitMapsWithDefaultMappers() 6180 ErrorFound |= cast<OMPMapClause>(Implicit)->varlist_size() != in ActOnOpenMPExecutableDirective() 22177 return OMPMapClause::Create( in ActOnOpenMPMapClause()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 4328 auto *OldC = cast<OMPMapClause>(C); in VisitOMPDeclareMapperDecl()
|
| H A D | TreeTransform.h | 11337 OMPClause *TreeTransform<Derived>::TransformOMPMapClause(OMPMapClause *C) { in TransformOMPMapClause() 11350 if (transformOMPMappableExprListClause<Derived, OMPMapClause>( in TransformOMPMapClause()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 11292 C = OMPMapClause::CreateEmpty(Context, Sizes); in readClause() 12058 void OMPClauseReader::VisitOMPMapClause(OMPMapClause *C) { in VisitOMPMapClause()
|
| H A D | ASTWriter.cpp | 8235 void OMPClauseWriter::VisitOMPMapClause(OMPMapClause *C) { in VisitOMPMapClause()
|