Searched refs:LPKind (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | OpenMPClause.cpp | 497 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc, in Create() argument 501 StartLoc, LParenLoc, EndLoc, LPKind, LPKindLoc, ColonLoc, VL.size()); in Create() 1950 OpenMPLastprivateModifier LPKind = Node->getKind(); in VisitOMPLastprivateClause() local 1951 if (LPKind != OMPC_LASTPRIVATE_unknown) { in VisitOMPLastprivateClause() 1956 VisitOMPClauseList(Node, LPKind == OMPC_LASTPRIVATE_unknown ? '(' : ' '); in VisitOMPLastprivateClause()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | OpenMPClause.h | 2636 OpenMPLastprivateModifier LPKind; variable 2649 SourceLocation EndLoc, OpenMPLastprivateModifier LPKind, in OMPLastprivateClause() argument 2654 OMPClauseWithPostUpdate(this), LPKind(LPKind), LPKindLoc(LPKindLoc), in OMPLastprivateClause() 2717 void setKind(OpenMPLastprivateModifier Kind) { LPKind = Kind; } in setKind() 2755 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc, 2765 OpenMPLastprivateModifier getKind() const { return LPKind; } in getKind()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaOpenMP.cpp | 16045 ArrayRef<Expr *> VarList, OpenMPLastprivateModifier LPKind, in ActOnOpenMPLastprivateClause() argument 16048 if (LPKind == OMPC_LASTPRIVATE_unknown && LPKindLoc.isValid()) { in ActOnOpenMPLastprivateClause() 16105 if (LPKind == OMPC_LASTPRIVATE_conditional && !Type->isScalarType()) { in ActOnOpenMPLastprivateClause() 16223 LPKind, LPKindLoc, ColonLoc, in ActOnOpenMPLastprivateClause()
|
| D | TreeTransform.h | 1749 OpenMPLastprivateModifier LPKind, in RebuildOMPLastprivateClause() argument 1756 VarList, LPKind, LPKindLoc, ColonLoc, StartLoc, LParenLoc, EndLoc); in RebuildOMPLastprivateClause()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | Sema.h | 11173 ArrayRef<Expr *> VarList, OpenMPLastprivateModifier LPKind,
|