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() 2134 OpenMPLastprivateModifier LPKind = Node->getKind(); in VisitOMPLastprivateClause() local 2135 if (LPKind != OMPC_LASTPRIVATE_unknown) { in VisitOMPLastprivateClause() 2140 VisitOMPClauseList(Node, LPKind == OMPC_LASTPRIVATE_unknown ? '(' : ' '); in VisitOMPLastprivateClause()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 2918 OpenMPLastprivateModifier LPKind; variable 2931 SourceLocation EndLoc, OpenMPLastprivateModifier LPKind, in OMPLastprivateClause() argument 2936 OMPClauseWithPostUpdate(this), LPKind(LPKind), LPKindLoc(LPKindLoc), in OMPLastprivateClause() 2999 void setKind(OpenMPLastprivateModifier Kind) { LPKind = Kind; } in setKind() 3037 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc, 3047 OpenMPLastprivateModifier getKind() const { return LPKind; } in getKind()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenMP.h | 1146 ArrayRef<Expr *> VarList, OpenMPLastprivateModifier LPKind,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 17536 ArrayRef<Expr *> VarList, OpenMPLastprivateModifier LPKind, in ActOnOpenMPLastprivateClause() argument 17539 if (LPKind == OMPC_LASTPRIVATE_unknown && LPKindLoc.isValid()) { in ActOnOpenMPLastprivateClause() 17596 if (LPKind == OMPC_LASTPRIVATE_conditional && !Type->isScalarType()) { in ActOnOpenMPLastprivateClause() 17714 AssignmentOps, LPKind, LPKindLoc, ColonLoc, in ActOnOpenMPLastprivateClause()
|
H A D | TreeTransform.h | 1864 OpenMPLastprivateModifier LPKind, in RebuildOMPLastprivateClause() argument 1871 VarList, LPKind, LPKindLoc, ColonLoc, StartLoc, LParenLoc, EndLoc); in RebuildOMPLastprivateClause()
|