Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2638 SourceLocation LPKindLoc; variable
2650 SourceLocation LPKindLoc, SourceLocation ColonLoc, in OMPLastprivateClause() argument
2654 OMPClauseWithPostUpdate(this), LPKind(LPKind), LPKindLoc(LPKindLoc), in OMPLastprivateClause()
2719 void setKindLoc(SourceLocation Loc) { LPKindLoc = Loc; } in setKindLoc()
2755 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc,
2767 SourceLocation getKindLoc() const { return LPKindLoc; } in getKindLoc()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp497 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc, in Create() argument
501 StartLoc, LParenLoc, EndLoc, LPKind, LPKindLoc, ColonLoc, VL.size()); in Create()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16046 SourceLocation LPKindLoc, SourceLocation ColonLoc, SourceLocation StartLoc, in ActOnOpenMPLastprivateClause() argument
16048 if (LPKind == OMPC_LASTPRIVATE_unknown && LPKindLoc.isValid()) { in ActOnOpenMPLastprivateClause()
16050 Diag(LPKindLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPLastprivateClause()
16223 LPKind, LPKindLoc, ColonLoc, in ActOnOpenMPLastprivateClause()
H A DTreeTransform.h1750 SourceLocation LPKindLoc, in RebuildOMPLastprivateClause() argument
1756 VarList, LPKind, LPKindLoc, ColonLoc, StartLoc, LParenLoc, EndLoc); in RebuildOMPLastprivateClause()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11171 SourceLocation LPKindLoc, SourceLocation ColonLoc,