Searched refs:LPKindLoc (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 2797 SourceLocation LPKindLoc; variable 2809 SourceLocation LPKindLoc, SourceLocation ColonLoc, in OMPLastprivateClause() argument 2813 OMPClauseWithPostUpdate(this), LPKind(LPKind), LPKindLoc(LPKindLoc), in OMPLastprivateClause() 2878 void setKindLoc(SourceLocation Loc) { LPKindLoc = Loc; } in setKindLoc() 2914 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc, 2926 SourceLocation getKindLoc() const { return LPKindLoc; } in getKindLoc()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 514 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc, in Create() argument 518 StartLoc, LParenLoc, EndLoc, LPKind, LPKindLoc, ColonLoc, VL.size()); in Create()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 18400 SourceLocation LPKindLoc, SourceLocation ColonLoc, SourceLocation StartLoc, in ActOnOpenMPLastprivateClause() argument 18402 if (LPKind == OMPC_LASTPRIVATE_unknown && LPKindLoc.isValid()) { in ActOnOpenMPLastprivateClause() 18404 Diag(LPKindLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPLastprivateClause() 18577 LPKind, LPKindLoc, ColonLoc, in ActOnOpenMPLastprivateClause()
|
H A D | TreeTransform.h | 1815 SourceLocation LPKindLoc, in RebuildOMPLastprivateClause() argument 1821 VarList, LPKind, LPKindLoc, ColonLoc, StartLoc, LParenLoc, EndLoc); in RebuildOMPLastprivateClause()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 12025 SourceLocation LPKindLoc, SourceLocation ColonLoc,
|