Home
last modified time | relevance | path

Searched refs:OMPToClause (Results 1 – 12 of 12) 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/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/clang/include/clang/Basic/
DOpenMPKinds.def229 OPENMP_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/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp5419 for (auto *C : Directive.getClausesOfKind<OMPToClause>()) in generateAllInfo()
/external/clang/tools/libclang/
DCIndex.cpp2274 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()