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

/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h2797 SourceLocation LPKindLoc; member in class:clang::final
2809 SourceLocation LPKindLoc, SourceLocation ColonLoc,
2813 OMPClauseWithPostUpdate(this), LPKind(LPKind), LPKindLoc(LPKindLoc),
2878 void setKindLoc(SourceLocation Loc) { LPKindLoc = Loc; }
2904 /// \param LPKindLoc Location of the lastprivate kind.
2914 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc,
2926 SourceLocation getKindLoc() const { return LPKindLoc; }
2807 OMPLastprivateClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc, SourceLocation ColonLoc, unsigned N) argument
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp514 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc,
518 StartLoc, LParenLoc, EndLoc, LPKind, LPKindLoc, ColonLoc, VL.size());
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp18400 SourceLocation LPKindLoc, SourceLocation ColonLoc, SourceLocation StartLoc,
18402 if (LPKind == OMPC_LASTPRIVATE_unknown && LPKindLoc.isValid()) {
18404 Diag(LPKindLoc, diag::err_omp_unexpected_clause_value)
18577 LPKind, LPKindLoc, ColonLoc,
H A DTreeTransform.h1815 SourceLocation LPKindLoc,
1821 VarList, LPKind, LPKindLoc, ColonLoc, StartLoc, LParenLoc, EndLoc);
1813 RebuildOMPLastprivateClause(ArrayRef<Expr *> VarList, OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc, SourceLocation ColonLoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DSema.h12025 SourceLocation LPKindLoc, SourceLocation ColonLoc,

Completed in 392 milliseconds