Searched refs:LPKind (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 517 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc, in Create() argument 521 StartLoc, LParenLoc, EndLoc, LPKind, LPKindLoc, ColonLoc, VL.size()); in Create() 2328 OpenMPLastprivateModifier LPKind = Node->getKind(); in VisitOMPLastprivateClause() local 2329 if (LPKind != OMPC_LASTPRIVATE_unknown) { in VisitOMPLastprivateClause() 2334 VisitOMPClauseList(Node, LPKind == OMPC_LASTPRIVATE_unknown ? '(' : ' '); in VisitOMPLastprivateClause()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 3415 OpenMPLastprivateModifier LPKind; variable 3428 SourceLocation EndLoc, OpenMPLastprivateModifier LPKind, in OMPLastprivateClause() argument 3433 OMPClauseWithPostUpdate(this), LPKind(LPKind), LPKindLoc(LPKindLoc), in OMPLastprivateClause() 3496 void setKind(OpenMPLastprivateModifier Kind) { LPKind = Kind; } in setKind() 3534 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc, 3544 OpenMPLastprivateModifier getKind() const { return LPKind; } in getKind()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenMP.h | 1214 ArrayRef<Expr *> VarList, OpenMPLastprivateModifier LPKind,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 18158 ArrayRef<Expr *> VarList, OpenMPLastprivateModifier LPKind, in ActOnOpenMPLastprivateClause() argument 18161 if (LPKind == OMPC_LASTPRIVATE_unknown && LPKindLoc.isValid()) { in ActOnOpenMPLastprivateClause() 18218 if (LPKind == OMPC_LASTPRIVATE_conditional && !Type->isScalarType()) { in ActOnOpenMPLastprivateClause() 18336 AssignmentOps, LPKind, LPKindLoc, ColonLoc, in ActOnOpenMPLastprivateClause()
|
| H A D | TreeTransform.h | 1881 OpenMPLastprivateModifier LPKind, in RebuildOMPLastprivateClause() argument 1888 VarList, LPKind, LPKindLoc, ColonLoc, StartLoc, LParenLoc, EndLoc); in RebuildOMPLastprivateClause()
|