Searched refs:OMPMapClause (Results 1 – 12 of 12) sorted by relevance
/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/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/clang/include/clang/Basic/ |
D | OpenMPKinds.def | 219 OPENMP_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/clang/tools/libclang/ |
D | CIndex.cpp | 2264 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()
|