Home
last modified time | relevance | path

Searched refs:OMPMapClause (Results 1 – 25 of 25) sorted by relevance

/external/clang/lib/AST/
DOpenMPClause.cpp583 OMPMapClause *
584 OMPMapClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
612 OMPMapClause *Clause = new (Mem) OMPMapClause( in Create()
624 OMPMapClause *OMPMapClause::CreateEmpty(const ASTContext &C, unsigned NumVars, in CreateEmpty()
633 return new (Mem) OMPMapClause(NumVars, NumUniqueDeclarations, in CreateEmpty()
DStmtProfile.cpp498 void OMPClauseProfiler::VisitOMPMapClause(const OMPMapClause *C) { in VisitOMPMapClause()
DStmtPrinter.cpp898 void OMPClausePrinter::VisitOMPMapClause(OMPMapClause *Node) { in VisitOMPMapClause()
/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp1043 OMPMapClause *OMPMapClause::Create( in Create()
1073 OMPMapClause *Clause = new (Mem) in Create()
1074 OMPMapClause(MapModifiers, MapModifiersLoc, UDMQualifierLoc, MapperId, in Create()
1085 OMPMapClause *
1086 OMPMapClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
1094 return new (Mem) OMPMapClause(Sizes); in CreateEmpty()
1957 void OMPClausePrinter::VisitOMPMapClause(OMPMapClause *Node) { in VisitOMPMapClause()
DStmtProfile.cpp753 void OMPClauseProfiler::VisitOMPMapClause(const OMPMapClause *C) { in VisitOMPMapClause()
/external/clang/include/clang/AST/
DOpenMPClause.h3282 class OMPMapClause final : public OMPMappableExprListClause<OMPMapClause>,
3284 OMPMapClause, Expr *, ValueDecl *, unsigned,
3351 explicit OMPMapClause(OpenMPMapClauseKind MapTypeModifier, in OMPMapClause() function
3371 explicit OMPMapClause(unsigned NumVars, unsigned NumUniqueDeclarations, in OMPMapClause() function
3393 static OMPMapClause *Create(const ASTContext &C, SourceLocation StartLoc,
3413 static OMPMapClause *CreateEmpty(const ASTContext &C, unsigned NumVars,
DRecursiveASTVisitor.h2886 bool RecursiveASTVisitor<Derived>::VisitOMPMapClause(OMPMapClause *C) {
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h5380 class OMPMapClause final : public OMPMappableExprListClause<OMPMapClause>,
5382 OMPMapClause, Expr *, ValueDecl *, unsigned,
5444 explicit OMPMapClause(ArrayRef<OpenMPMapModifierKind> MapModifiers, in OMPMapClause() function
5472 explicit OMPMapClause(const OMPMappableExprListSizeTy &Sizes) in OMPMapClause() function
5529 static OMPMapClause *
5549 static OMPMapClause *CreateEmpty(const ASTContext &C,
5604 auto Children = const_cast<OMPMapClause *>(this)->children(); in children()
5615 auto Children = const_cast<OMPMapClause *>(this)->used_children(); in used_children()
DRecursiveASTVisitor.h3407 bool RecursiveASTVisitor<Derived>::VisitOMPMapClause(OMPMapClause *C) {
/external/clang/include/clang/Basic/
DOpenMPKinds.def219 OPENMP_CLAUSE(map, OMPMapClause)
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMP.td175 let clangClass = "OMPMapClause";
DOMPKinds.def83 __OMP_CLAUSE(map, OMPMapClause)
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1881 C = OMPMapClause::CreateEmpty(Context, NumVars, NumDeclarations, NumLists, in readClause()
2262 void OMPClauseReader::VisitOMPMapClause(OMPMapClause *C) { in VisitOMPMapClause()
DASTWriterStmt.cpp2034 void OMPClauseWriter::VisitOMPMapClause(OMPMapClause *C) { in VisitOMPMapClause()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp5416 for (auto *C : Directive.getClausesOfKind<OMPMapClause>()) in generateAllInfo()
5464 for (auto *C : Directive.getClausesOfKind<OMPMapClause>()) in generateInfoForCapture()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp8319 for (const auto *C : CurExecDir->getClausesOfKind<OMPMapClause>()) { in generateAllInfo()
8608 const auto *MC = cast<OMPMapClause>(C); in generateAllInfoForMapper()
8793 for (const auto *C : CurExecDir->getClausesOfKind<OMPMapClause>()) { in generateInfoForCapture()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3411 auto *OldC = cast<OMPMapClause>(C); in VisitOMPDeclareMapperDecl()
DSemaOpenMP.cpp3692 if (C && !((isa<OMPFirstprivateClause>(C) || isa<OMPMapClause>(C)) && in VisitOMPExecutableDirective()
5133 cast<OMPMapClause>(Implicit)->varlist_size() != ImplicitMap.size(); in ActOnOpenMPExecutableDirective()
17863 return OMPMapClause::Create(Context, Locs, MVLI.ProcessedVarList, in ActOnOpenMPMapClause()
DTreeTransform.h9631 OMPClause *TreeTransform<Derived>::TransformOMPMapClause(OMPMapClause *C) { in TransformOMPMapClause()
9637 if (transformOMPMappableExprListClause<Derived, OMPMapClause>( in TransformOMPMapClause()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp11989 C = OMPMapClause::CreateEmpty(Context, Sizes); in readClause()
12577 void OMPClauseReader::VisitOMPMapClause(OMPMapClause *C) { in VisitOMPMapClause()
DASTWriter.cpp6581 void OMPClauseWriter::VisitOMPMapClause(OMPMapClause *C) { in VisitOMPMapClause()
/external/clang/tools/libclang/
DCIndex.cpp2264 void OMPClauseEnqueue::VisitOMPMapClause(const OMPMapClause *C) { in VisitOMPMapClause()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2491 void OMPClauseEnqueue::VisitOMPMapClause(const OMPMapClause *C) { in VisitOMPMapClause()
/external/clang/lib/Sema/
DSemaOpenMP.cpp11052 return OMPMapClause::Create(Context, StartLoc, LParenLoc, EndLoc, in ActOnOpenMPMapClause()
DTreeTransform.h8023 OMPClause *TreeTransform<Derived>::TransformOMPMapClause(OMPMapClause *C) { in TransformOMPMapClause()