/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/llvm-project/clang/lib/AST/ |
D | OpenMPClause.cpp | 1147 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()
|
D | StmtProfile.cpp | 794 void OMPClauseProfiler::VisitOMPFromClause(const OMPFromClause *C) { 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/llvm-project/clang/include/clang/AST/ |
D | OpenMPClause.h | 6535 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()
|
D | RecursiveASTVisitor.h | 3479 bool RecursiveASTVisitor<Derived>::VisitOMPFromClause(OMPFromClause *C) {
|
/external/clang/include/clang/Basic/ |
D | OpenMPKinds.def | 230 OPENMP_CLAUSE(from, OMPFromClause)
|
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMP.td | 220 let clangClass = "OMPFromClause";
|
D | OMPKinds.def | 94 __OMP_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/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 12031 C = OMPFromClause::CreateEmpty(Context, Sizes); in readClause() 12759 void OMPClauseReader::VisitOMPFromClause(OMPFromClause *C) { in VisitOMPFromClause()
|
D | ASTWriter.cpp | 6703 void OMPClauseWriter::VisitOMPFromClause(OMPFromClause *C) { in VisitOMPFromClause()
|
/external/llvm-project/clang/lib/Sema/ |
D | TreeTransform.h | 9769 OMPClause *TreeTransform<Derived>::TransformOMPFromClause(OMPFromClause *C) { in TransformOMPFromClause() 9775 if (transformOMPMappableExprListClause<Derived, OMPFromClause>( in TransformOMPFromClause()
|
D | SemaOpenMP.cpp | 18846 return OMPFromClause::Create( in ActOnOpenMPFromClause()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 2277 void OMPClauseEnqueue::VisitOMPFromClause(const OMPFromClause *C) { in VisitOMPFromClause()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 5422 for (auto *C : Directive.getClausesOfKind<OMPFromClause>()) in generateAllInfo()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 2504 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()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 8340 for (const auto *C : CurExecDir->getClausesOfKind<OMPFromClause>()) { in generateAllInfo()
|