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.h2920 SourceLocation LPKindLoc; variable
2932 SourceLocation LPKindLoc, SourceLocation ColonLoc, in OMPLastprivateClause() argument
2936 OMPClauseWithPostUpdate(this), LPKind(LPKind), LPKindLoc(LPKindLoc), in OMPLastprivateClause()
3001 void setKindLoc(SourceLocation Loc) { LPKindLoc = Loc; } in setKindLoc()
3037 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc,
3049 SourceLocation getKindLoc() const { return LPKindLoc; } in getKindLoc()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1147 SourceLocation LPKindLoc, SourceLocation ColonLoc,
/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/lib/Sema/
H A DSemaOpenMP.cpp17537 SourceLocation LPKindLoc, SourceLocation ColonLoc, SourceLocation StartLoc, in ActOnOpenMPLastprivateClause() argument
17539 if (LPKind == OMPC_LASTPRIVATE_unknown && LPKindLoc.isValid()) { in ActOnOpenMPLastprivateClause()
17541 Diag(LPKindLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPLastprivateClause()
17714 AssignmentOps, LPKind, LPKindLoc, ColonLoc, in ActOnOpenMPLastprivateClause()
H A DTreeTransform.h1865 SourceLocation LPKindLoc, in RebuildOMPLastprivateClause() argument
1871 VarList, LPKind, LPKindLoc, ColonLoc, StartLoc, LParenLoc, EndLoc); in RebuildOMPLastprivateClause()