Searched refs:OMPToClause (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/AST/ |
D | OpenMPClause.cpp | 637 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()
|
D | StmtProfile.cpp | 526 void OMPClauseProfiler::VisitOMPToClause(const OMPToClause *C) { in VisitOMPToClause()
|
D | StmtPrinter.cpp | 915 void OMPClausePrinter::VisitOMPToClause(OMPToClause *Node) { in VisitOMPToClause()
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 4023 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,
|
D | RecursiveASTVisitor.h | 2947 bool RecursiveASTVisitor<Derived>::VisitOMPToClause(OMPToClause *C) {
|
/external/clang/include/clang/Basic/ |
D | OpenMPKinds.def | 229 OPENMP_CLAUSE(to, OMPToClause)
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1914 C = OMPToClause::CreateEmpty(Context, NumVars, NumDeclarations, NumLists, in readClause() 2362 void OMPClauseReader::VisitOMPToClause(OMPToClause *C) { in VisitOMPToClause()
|
D | ASTWriterStmt.cpp | 2105 void OMPClauseWriter::VisitOMPToClause(OMPToClause *C) { in VisitOMPToClause()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 5419 for (auto *C : Directive.getClausesOfKind<OMPToClause>()) in generateAllInfo()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 2274 void OMPClauseEnqueue::VisitOMPToClause(const OMPToClause *C) { in VisitOMPToClause()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 11669 return OMPToClause::Create(Context, StartLoc, LParenLoc, EndLoc, in ActOnOpenMPToClause()
|
D | TreeTransform.h | 8115 OMPClause *TreeTransform<Derived>::TransformOMPToClause(OMPToClause *C) { in TransformOMPToClause()
|