Searched refs:OMPFromClause (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/AST/ |
D | OpenMPClause.cpp | 686 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()
|
D | StmtProfile.cpp | 529 void OMPClauseProfiler::VisitOMPFromClause(const OMPFromClause *C) { in VisitOMPFromClause()
|
D | StmtPrinter.cpp | 923 void OMPClausePrinter::VisitOMPFromClause(OMPFromClause *Node) { in VisitOMPFromClause()
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 4126 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,
|
D | RecursiveASTVisitor.h | 2953 bool RecursiveASTVisitor<Derived>::VisitOMPFromClause(OMPFromClause *C) {
|
/external/clang/include/clang/Basic/ |
D | OpenMPKinds.def | 230 OPENMP_CLAUSE(from, OMPFromClause)
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1923 C = OMPFromClause::CreateEmpty(Context, NumVars, NumDeclarations, NumLists, in readClause() 2406 void OMPClauseReader::VisitOMPFromClause(OMPFromClause *C) { in VisitOMPFromClause()
|
D | ASTWriterStmt.cpp | 2125 void OMPClauseWriter::VisitOMPFromClause(OMPFromClause *C) { in VisitOMPFromClause()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 5422 for (auto *C : Directive.getClausesOfKind<OMPFromClause>()) in generateAllInfo()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 2277 void OMPClauseEnqueue::VisitOMPFromClause(const OMPFromClause *C) { in VisitOMPFromClause()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 11683 return OMPFromClause::Create(Context, StartLoc, LParenLoc, EndLoc, in ActOnOpenMPFromClause()
|
D | TreeTransform.h | 8129 OMPClause *TreeTransform<Derived>::TransformOMPFromClause(OMPFromClause *C) { in TransformOMPFromClause()
|