Home
last modified time | relevance | path

Searched refs:OMPMapClause (Results 1 – 12 of 12) 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/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/clang/include/clang/Basic/
DOpenMPKinds.def219 OPENMP_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/clang/tools/libclang/
DCIndex.cpp2264 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()