Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3417 SourceLocation LPKindLoc; variable
3429 SourceLocation LPKindLoc, SourceLocation ColonLoc, in OMPLastprivateClause() argument
3433 OMPClauseWithPostUpdate(this), LPKind(LPKind), LPKindLoc(LPKindLoc), in OMPLastprivateClause()
3498 void setKindLoc(SourceLocation Loc) { LPKindLoc = Loc; } in setKindLoc()
3534 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc,
3546 SourceLocation getKindLoc() const { return LPKindLoc; } in getKindLoc()
/freebsd/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()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1215 SourceLocation LPKindLoc, SourceLocation ColonLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18159 SourceLocation LPKindLoc, SourceLocation ColonLoc, SourceLocation StartLoc, in ActOnOpenMPLastprivateClause() argument
18161 if (LPKind == OMPC_LASTPRIVATE_unknown && LPKindLoc.isValid()) { in ActOnOpenMPLastprivateClause()
18163 Diag(LPKindLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPLastprivateClause()
18336 AssignmentOps, LPKind, LPKindLoc, ColonLoc, in ActOnOpenMPLastprivateClause()
H A DTreeTransform.h1882 SourceLocation LPKindLoc, in RebuildOMPLastprivateClause() argument
1888 VarList, LPKind, LPKindLoc, ColonLoc, StartLoc, LParenLoc, EndLoc); in RebuildOMPLastprivateClause()