Searched refs:LPKind (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | OpenMPClause.cpp | 409 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc, in Create() argument 413 StartLoc, LParenLoc, EndLoc, LPKind, LPKindLoc, ColonLoc, VL.size()); in Create() 1434 OpenMPLastprivateModifier LPKind = Node->getKind(); in VisitOMPLastprivateClause() local 1435 if (LPKind != OMPC_LASTPRIVATE_unknown) { in VisitOMPLastprivateClause() 1440 VisitOMPClauseList(Node, LPKind == OMPC_LASTPRIVATE_unknown ? '(' : ' '); in VisitOMPLastprivateClause()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | OpenMPClause.h | 2157 OpenMPLastprivateModifier LPKind; variable 2170 SourceLocation EndLoc, OpenMPLastprivateModifier LPKind, in OMPLastprivateClause() argument 2175 OMPClauseWithPostUpdate(this), LPKind(LPKind), LPKindLoc(LPKindLoc), in OMPLastprivateClause() 2238 void setKind(OpenMPLastprivateModifier Kind) { LPKind = Kind; } in setKind() 2276 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc, 2286 OpenMPLastprivateModifier getKind() const { return LPKind; } in getKind()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaOpenMP.cpp | 13005 ArrayRef<Expr *> VarList, OpenMPLastprivateModifier LPKind, in ActOnOpenMPLastprivateClause() argument 13008 if (LPKind == OMPC_LASTPRIVATE_unknown && LPKindLoc.isValid()) { in ActOnOpenMPLastprivateClause() 13065 if (LPKind == OMPC_LASTPRIVATE_conditional && !Type->isScalarType()) { in ActOnOpenMPLastprivateClause() 13183 LPKind, LPKindLoc, ColonLoc, in ActOnOpenMPLastprivateClause()
|
| HD | TreeTransform.h | 1688 OpenMPLastprivateModifier LPKind, in RebuildOMPLastprivateClause() argument 1695 VarList, LPKind, LPKindLoc, ColonLoc, StartLoc, LParenLoc, EndLoc); in RebuildOMPLastprivateClause()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | Sema.h | 10364 ArrayRef<Expr *> VarList, OpenMPLastprivateModifier LPKind,
|