Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h2530 SourceLocation LPKindLoc; variable
2542 SourceLocation LPKindLoc, SourceLocation ColonLoc, in OMPLastprivateClause() argument
2546 OMPClauseWithPostUpdate(this), LPKind(LPKind), LPKindLoc(LPKindLoc), in OMPLastprivateClause()
2611 void setKindLoc(SourceLocation Loc) { LPKindLoc = Loc; } in setKindLoc()
2647 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc,
2659 SourceLocation getKindLoc() const { return LPKindLoc; } in getKindLoc()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp15663 SourceLocation LPKindLoc, SourceLocation ColonLoc, SourceLocation StartLoc, in ActOnOpenMPLastprivateClause() argument
15665 if (LPKind == OMPC_LASTPRIVATE_unknown && LPKindLoc.isValid()) { in ActOnOpenMPLastprivateClause()
15667 Diag(LPKindLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPLastprivateClause()
15840 LPKind, LPKindLoc, ColonLoc, in ActOnOpenMPLastprivateClause()
H A DTreeTransform.h1736 SourceLocation LPKindLoc, in RebuildOMPLastprivateClause() argument
1742 VarList, LPKind, LPKindLoc, ColonLoc, StartLoc, LParenLoc, EndLoc); in RebuildOMPLastprivateClause()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h11070 SourceLocation LPKindLoc, SourceLocation ColonLoc,