HomeSort by: relevance | last modified time | path
    Searched refs:LPKindLoc (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 2530 SourceLocation LPKindLoc;
2542 SourceLocation LPKindLoc, SourceLocation ColonLoc,
2546 OMPClauseWithPostUpdate(this), LPKind(LPKind), LPKindLoc(LPKindLoc),
2611 void setKindLoc(SourceLocation Loc) { LPKindLoc = Loc; }
2637 /// \param LPKindLoc Location of the lastprivate kind.
2647 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc,
2659 SourceLocation getKindLoc() const { return LPKindLoc; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 497 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc,
501 StartLoc, LParenLoc, EndLoc, LPKind, LPKindLoc, ColonLoc, VL.size());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 15663 SourceLocation LPKindLoc, SourceLocation ColonLoc, SourceLocation StartLoc,
15665 if (LPKind == OMPC_LASTPRIVATE_unknown && LPKindLoc.isValid()) {
15667 Diag(LPKindLoc, diag::err_omp_unexpected_clause_value)
15840 LPKind, LPKindLoc, ColonLoc,
TreeTransform.h 1736 SourceLocation LPKindLoc,
1742 VarList, LPKind, LPKindLoc, ColonLoc, StartLoc, LParenLoc, EndLoc);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 11070 SourceLocation LPKindLoc, SourceLocation ColonLoc,

Completed in 160 milliseconds