Searched refs:OMPLastprivateClause (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp73 return static_cast<const OMPLastprivateClause *>(C);
189 return static_cast<const OMPLastprivateClause *>(C);
482 void OMPLastprivateClause::setPrivateCopies(ArrayRef<Expr *> PrivateCopies) {
488 void OMPLastprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) {
495 void OMPLastprivateClause::setDestinationExprs(ArrayRef<Expr *> DstExprs) {
502 void OMPLastprivateClause::setAssignmentOps(ArrayRef<Expr *> AssignmentOps) {
510 OMPLastprivateClause *OMPLastprivateClause::Create(
517 OMPLastprivateClause *Clause = new (Mem) OMPLastprivateClause(
[all...]
H A DStmtProfile.cpp634 OMPClauseProfiler::VisitOMPLastprivateClause(const OMPLastprivateClause *C) {
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h2770 class OMPLastprivateClause final
2771 : public OMPVarListClause<OMPLastprivateClause>,
2773 private llvm::TrailingObjects<OMPLastprivateClause, Expr *> {
2807 OMPLastprivateClause(SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::final
2811 : OMPVarListClause<OMPLastprivateClause>(llvm::omp::OMPC_lastprivate,
2819 explicit OMPLastprivateClause(unsigned N) function in class:clang::final
2820 : OMPVarListClause<OMPLastprivateClause>(
2910 static OMPLastprivateClause *
2921 static OMPLastprivateClause *CreateEmpty(const ASTContext &C, unsigned N);
2985 auto Children = const_cast<OMPLastprivateClause *>(thi
[all...]
H A DRecursiveASTVisitor.h3509 OMPLastprivateClause *C) {
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp809 for (const auto *C : D.getClausesOfKind<OMPLastprivateClause>()) {
1056 for (const auto *C : D.getClausesOfKind<OMPLastprivateClause>()) {
1122 llvm::any_of(D.getClausesOfKind<OMPLastprivateClause>(),
1123 [](const OMPLastprivateClause *C) {
1150 for (const auto *C : D.getClausesOfKind<OMPLastprivateClause>()) {
1502 for (const auto *C : S.getClausesOfKind<OMPLastprivateClause>()) {
4646 for (const auto *C : S.getClausesOfKind<OMPLastprivateClause>()) {
H A DCGOpenMPRuntimeGPU.cpp295 else if (const auto *PC = dyn_cast<OMPLastprivateClause>(C))
947 for (const auto *C : Dir->getClausesOfKind<OMPLastprivateClause>()) {
H A DCGOpenMPRuntime.cpp11956 for (const auto *C : S.getClausesOfKind<OMPLastprivateClause>()) {
12002 llvm::any_of(S.getClausesOfKind<OMPLastprivateClause>(),
12003 [](const OMPLastprivateClause *C) {
12016 for (const auto *C : S.getClausesOfKind<OMPLastprivateClause>()) {
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp2858 if (auto *Clause = dyn_cast<OMPLastprivateClause>(C)) {
5458 auto *PC = cast<OMPLastprivateClause>(Cl);
10506 if (auto *LPC = dyn_cast<OMPLastprivateClause>(C)) {
18575 return OMPLastprivateClause::Create(Context, StartLoc, LParenLoc, EndLoc,
H A DTreeTransform.h9967 TreeTransform<Derived>::TransformOMPLastprivateClause(OMPLastprivateClause *C) {
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp10096 C = OMPLastprivateClause::CreateEmpty(Context, Record.readInt());
10544 void OMPClauseReader::VisitOMPLastprivateClause(OMPLastprivateClause *C) {
H A DASTWriter.cpp6594 void OMPClauseWriter::VisitOMPLastprivateClause(OMPLastprivateClause *C) {
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2518 const OMPLastprivateClause *C) {

Completed in 744 milliseconds