Home
last modified time | relevance | path

Searched refs:LPKind (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp517 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc, in Create() argument
521 StartLoc, LParenLoc, EndLoc, LPKind, LPKindLoc, ColonLoc, VL.size()); in Create()
2132 OpenMPLastprivateModifier LPKind = Node->getKind(); in VisitOMPLastprivateClause() local
2133 if (LPKind != OMPC_LASTPRIVATE_unknown) { in VisitOMPLastprivateClause()
2138 VisitOMPClauseList(Node, LPKind == OMPC_LASTPRIVATE_unknown ? '(' : ' '); in VisitOMPLastprivateClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2878 OpenMPLastprivateModifier LPKind; variable
2891 SourceLocation EndLoc, OpenMPLastprivateModifier LPKind, in OMPLastprivateClause() argument
2896 OMPClauseWithPostUpdate(this), LPKind(LPKind), LPKindLoc(LPKindLoc), in OMPLastprivateClause()
2959 void setKind(OpenMPLastprivateModifier Kind) { LPKind = Kind; } in setKind()
2997 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc,
3007 OpenMPLastprivateModifier getKind() const { return LPKind; } in getKind()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18738 ArrayRef<Expr *> VarList, OpenMPLastprivateModifier LPKind, in ActOnOpenMPLastprivateClause() argument
18741 if (LPKind == OMPC_LASTPRIVATE_unknown && LPKindLoc.isValid()) { in ActOnOpenMPLastprivateClause()
18798 if (LPKind == OMPC_LASTPRIVATE_conditional && !Type->isScalarType()) { in ActOnOpenMPLastprivateClause()
18916 LPKind, LPKindLoc, ColonLoc, in ActOnOpenMPLastprivateClause()
H A DTreeTransform.h1840 OpenMPLastprivateModifier LPKind, in RebuildOMPLastprivateClause() argument
1847 VarList, LPKind, LPKindLoc, ColonLoc, StartLoc, LParenLoc, EndLoc); in RebuildOMPLastprivateClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12421 ArrayRef<Expr *> VarList, OpenMPLastprivateModifier LPKind,