/external/clang/lib/AST/ |
D | OpenMPClause.cpp | 583 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()
|
D | StmtProfile.cpp | 498 void OMPClauseProfiler::VisitOMPMapClause(const OMPMapClause *C) { in VisitOMPMapClause()
|
D | StmtPrinter.cpp | 898 void OMPClausePrinter::VisitOMPMapClause(OMPMapClause *Node) { in VisitOMPMapClause()
|
/external/llvm-project/clang/lib/AST/ |
D | OpenMPClause.cpp | 1043 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()
|
D | StmtProfile.cpp | 753 void OMPClauseProfiler::VisitOMPMapClause(const OMPMapClause *C) { in VisitOMPMapClause()
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 3282 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,
|
D | RecursiveASTVisitor.h | 2886 bool RecursiveASTVisitor<Derived>::VisitOMPMapClause(OMPMapClause *C) {
|
/external/llvm-project/clang/include/clang/AST/ |
D | OpenMPClause.h | 5380 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()
|
D | RecursiveASTVisitor.h | 3407 bool RecursiveASTVisitor<Derived>::VisitOMPMapClause(OMPMapClause *C) {
|
/external/clang/include/clang/Basic/ |
D | OpenMPKinds.def | 219 OPENMP_CLAUSE(map, OMPMapClause)
|
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMP.td | 175 let clangClass = "OMPMapClause";
|
D | OMPKinds.def | 83 __OMP_CLAUSE(map, OMPMapClause)
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1881 C = OMPMapClause::CreateEmpty(Context, NumVars, NumDeclarations, NumLists, in readClause() 2262 void OMPClauseReader::VisitOMPMapClause(OMPMapClause *C) { in VisitOMPMapClause()
|
D | ASTWriterStmt.cpp | 2034 void OMPClauseWriter::VisitOMPMapClause(OMPMapClause *C) { in VisitOMPMapClause()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 5416 for (auto *C : Directive.getClausesOfKind<OMPMapClause>()) in generateAllInfo() 5464 for (auto *C : Directive.getClausesOfKind<OMPMapClause>()) in generateInfoForCapture()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 8319 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/ |
D | SemaTemplateInstantiateDecl.cpp | 3411 auto *OldC = cast<OMPMapClause>(C); in VisitOMPDeclareMapperDecl()
|
D | SemaOpenMP.cpp | 3692 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()
|
D | TreeTransform.h | 9631 OMPClause *TreeTransform<Derived>::TransformOMPMapClause(OMPMapClause *C) { in TransformOMPMapClause() 9637 if (transformOMPMappableExprListClause<Derived, OMPMapClause>( in TransformOMPMapClause()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 11989 C = OMPMapClause::CreateEmpty(Context, Sizes); in readClause() 12577 void OMPClauseReader::VisitOMPMapClause(OMPMapClause *C) { in VisitOMPMapClause()
|
D | ASTWriter.cpp | 6581 void OMPClauseWriter::VisitOMPMapClause(OMPMapClause *C) { in VisitOMPMapClause()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 2264 void OMPClauseEnqueue::VisitOMPMapClause(const OMPMapClause *C) { in VisitOMPMapClause()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 2491 void OMPClauseEnqueue::VisitOMPMapClause(const OMPMapClause *C) { in VisitOMPMapClause()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 11052 return OMPMapClause::Create(Context, StartLoc, LParenLoc, EndLoc, in ActOnOpenMPMapClause()
|
D | TreeTransform.h | 8023 OMPClause *TreeTransform<Derived>::TransformOMPMapClause(OMPMapClause *C) { in TransformOMPMapClause()
|