Home
last modified time | relevance | path

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