Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DOpenMPClause.cpp686 OMPFromClause *
687 OMPFromClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
713 OMPFromClause *Clause = new (Mem) in Create()
714 OMPFromClause(StartLoc, LParenLoc, EndLoc, NumVars, NumUniqueDeclarations, in Create()
722 OMPFromClause *OMPFromClause::CreateEmpty(const ASTContext &C, unsigned NumVars, in CreateEmpty()
731 return new (Mem) OMPFromClause(NumVars, NumUniqueDeclarations, in CreateEmpty()
DStmtProfile.cpp529 void OMPClauseProfiler::VisitOMPFromClause(const OMPFromClause *C) { in VisitOMPFromClause()
DStmtPrinter.cpp923 void OMPClausePrinter::VisitOMPFromClause(OMPFromClause *Node) { in VisitOMPFromClause()
/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp1147 OMPFromClause *OMPFromClause::Create( in Create()
1178 new (Mem) OMPFromClause(MotionModifiers, MotionModifiersLoc, in Create()
1187 OMPFromClause *
1188 OMPFromClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
1196 return new (Mem) OMPFromClause(Sizes); in CreateEmpty()
2011 void OMPClausePrinter::VisitOMPFromClause(OMPFromClause *Node) { in VisitOMPFromClause()
DStmtProfile.cpp794 void OMPClauseProfiler::VisitOMPFromClause(const OMPFromClause *C) { in VisitOMPFromClause()
/external/clang/include/clang/AST/
DOpenMPClause.h4126 class OMPFromClause final
4127 : public OMPMappableExprListClause<OMPFromClause>,
4129 OMPFromClause, Expr *, ValueDecl *, unsigned,
4158 explicit OMPFromClause(SourceLocation StartLoc, SourceLocation LParenLoc, in OMPFromClause() function
4174 explicit OMPFromClause(unsigned NumVars, unsigned NumUniqueDeclarations, in OMPFromClause() function
4190 static OMPFromClause *Create(const ASTContext &C, SourceLocation StartLoc,
4206 static OMPFromClause *CreateEmpty(const ASTContext &C, unsigned NumVars,
DRecursiveASTVisitor.h2953 bool RecursiveASTVisitor<Derived>::VisitOMPFromClause(OMPFromClause *C) {
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h6535 class OMPFromClause final
6536 : public OMPMappableExprListClause<OMPFromClause>,
6538 OMPFromClause, Expr *, ValueDecl *, unsigned,
6570 explicit OMPFromClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers, in OMPFromClause() function
6596 explicit OMPFromClause(const OMPMappableExprListSizeTy &Sizes) in OMPFromClause() function
6654 static OMPFromClause *
6671 static OMPFromClause *CreateEmpty(const ASTContext &C,
6712 auto Children = const_cast<OMPFromClause *>(this)->children(); in children()
DRecursiveASTVisitor.h3479 bool RecursiveASTVisitor<Derived>::VisitOMPFromClause(OMPFromClause *C) {
/external/clang/include/clang/Basic/
DOpenMPKinds.def230 OPENMP_CLAUSE(from, OMPFromClause)
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMP.td220 let clangClass = "OMPFromClause";
DOMPKinds.def94 __OMP_CLAUSE(from, OMPFromClause)
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1923 C = OMPFromClause::CreateEmpty(Context, NumVars, NumDeclarations, NumLists, in readClause()
2406 void OMPClauseReader::VisitOMPFromClause(OMPFromClause *C) { in VisitOMPFromClause()
DASTWriterStmt.cpp2125 void OMPClauseWriter::VisitOMPFromClause(OMPFromClause *C) { in VisitOMPFromClause()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp12031 C = OMPFromClause::CreateEmpty(Context, Sizes); in readClause()
12759 void OMPClauseReader::VisitOMPFromClause(OMPFromClause *C) { in VisitOMPFromClause()
DASTWriter.cpp6703 void OMPClauseWriter::VisitOMPFromClause(OMPFromClause *C) { in VisitOMPFromClause()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h9769 OMPClause *TreeTransform<Derived>::TransformOMPFromClause(OMPFromClause *C) { in TransformOMPFromClause()
9775 if (transformOMPMappableExprListClause<Derived, OMPFromClause>( in TransformOMPFromClause()
DSemaOpenMP.cpp18846 return OMPFromClause::Create( in ActOnOpenMPFromClause()
/external/clang/tools/libclang/
DCIndex.cpp2277 void OMPClauseEnqueue::VisitOMPFromClause(const OMPFromClause *C) { in VisitOMPFromClause()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp5422 for (auto *C : Directive.getClausesOfKind<OMPFromClause>()) in generateAllInfo()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2504 void OMPClauseEnqueue::VisitOMPFromClause(const OMPFromClause *C) { in VisitOMPFromClause()
/external/clang/lib/Sema/
DSemaOpenMP.cpp11683 return OMPFromClause::Create(Context, StartLoc, LParenLoc, EndLoc, in ActOnOpenMPFromClause()
DTreeTransform.h8129 OMPClause *TreeTransform<Derived>::TransformOMPFromClause(OMPFromClause *C) { in TransformOMPFromClause()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp8340 for (const auto *C : CurExecDir->getClausesOfKind<OMPFromClause>()) { in generateAllInfo()