Home
last modified time | relevance | path

Searched refs:OMPToClause (Results 1 – 24 of 24) sorted by relevance

/external/clang/lib/AST/
DOpenMPClause.cpp637 OMPToClause *OMPToClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
664 OMPToClause *Clause = new (Mem) in Create()
665 OMPToClause(StartLoc, LParenLoc, EndLoc, NumVars, NumUniqueDeclarations, in Create()
673 OMPToClause *OMPToClause::CreateEmpty(const ASTContext &C, unsigned NumVars, in CreateEmpty()
682 return new (Mem) OMPToClause(NumVars, NumUniqueDeclarations, in CreateEmpty()
DStmtProfile.cpp526 void OMPClauseProfiler::VisitOMPToClause(const OMPToClause *C) { in VisitOMPToClause()
DStmtPrinter.cpp915 void OMPClausePrinter::VisitOMPToClause(OMPToClause *Node) { in VisitOMPToClause()
/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp1097 OMPToClause *OMPToClause::Create( in Create()
1127 auto *Clause = new (Mem) OMPToClause(MotionModifiers, MotionModifiersLoc, in Create()
1136 OMPToClause *OMPToClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
1144 return new (Mem) OMPToClause(Sizes); in CreateEmpty()
2007 void OMPClausePrinter::VisitOMPToClause(OMPToClause *Node) { in VisitOMPToClause()
DStmtProfile.cpp791 void OMPClauseProfiler::VisitOMPToClause(const OMPToClause *C) { in VisitOMPToClause()
/external/clang/include/clang/AST/
DOpenMPClause.h4023 class OMPToClause final : public OMPMappableExprListClause<OMPToClause>,
4025 OMPToClause, Expr *, ValueDecl *, unsigned,
4054 explicit OMPToClause(SourceLocation StartLoc, SourceLocation LParenLoc, in OMPToClause() function
4070 explicit OMPToClause(unsigned NumVars, unsigned NumUniqueDeclarations, in OMPToClause() function
4086 static OMPToClause *Create(const ASTContext &C, SourceLocation StartLoc,
4102 static OMPToClause *CreateEmpty(const ASTContext &C, unsigned NumVars,
DRecursiveASTVisitor.h2947 bool RecursiveASTVisitor<Derived>::VisitOMPToClause(OMPToClause *C) {
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h6334 class OMPToClause final : public OMPMappableExprListClause<OMPToClause>,
6336 OMPToClause, Expr *, ValueDecl *, unsigned,
6368 explicit OMPToClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers, in OMPToClause() function
6394 explicit OMPToClause(const OMPMappableExprListSizeTy &Sizes) in OMPToClause() function
6452 static OMPToClause *Create(const ASTContext &C, const OMPVarListLocTy &Locs,
6470 static OMPToClause *CreateEmpty(const ASTContext &C,
6511 auto Children = const_cast<OMPToClause *>(this)->children(); in children()
DRecursiveASTVisitor.h3473 bool RecursiveASTVisitor<Derived>::VisitOMPToClause(OMPToClause *C) {
/external/clang/include/clang/Basic/
DOpenMPKinds.def229 OPENMP_CLAUSE(to, OMPToClause)
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMP.td216 let clangClass = "OMPToClause";
DOMPKinds.def93 __OMP_CLAUSE(to, OMPToClause)
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1914 C = OMPToClause::CreateEmpty(Context, NumVars, NumDeclarations, NumLists, in readClause()
2362 void OMPClauseReader::VisitOMPToClause(OMPToClause *C) { in VisitOMPToClause()
DASTWriterStmt.cpp2105 void OMPClauseWriter::VisitOMPToClause(OMPToClause *C) { in VisitOMPToClause()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp12022 C = OMPToClause::CreateEmpty(Context, Sizes); in readClause()
12703 void OMPClauseReader::VisitOMPToClause(OMPToClause *C) { in VisitOMPToClause()
DASTWriter.cpp6673 void OMPClauseWriter::VisitOMPToClause(OMPToClause *C) { in VisitOMPToClause()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h9754 OMPClause *TreeTransform<Derived>::TransformOMPToClause(OMPToClause *C) { in TransformOMPToClause()
9760 if (transformOMPMappableExprListClause<Derived, OMPToClause>( in TransformOMPToClause()
DSemaOpenMP.cpp18809 return OMPToClause::Create( in ActOnOpenMPToClause()
/external/clang/tools/libclang/
DCIndex.cpp2274 void OMPClauseEnqueue::VisitOMPToClause(const OMPToClause *C) { in VisitOMPToClause()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp5419 for (auto *C : Directive.getClausesOfKind<OMPToClause>()) in generateAllInfo()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2501 void OMPClauseEnqueue::VisitOMPToClause(const OMPToClause *C) { in VisitOMPToClause()
/external/clang/lib/Sema/
DSemaOpenMP.cpp11669 return OMPToClause::Create(Context, StartLoc, LParenLoc, EndLoc, in ActOnOpenMPToClause()
DTreeTransform.h8115 OMPClause *TreeTransform<Derived>::TransformOMPToClause(OMPToClause *C) { in TransformOMPToClause()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp8331 for (const auto *C : CurExecDir->getClausesOfKind<OMPToClause>()) { in generateAllInfo()