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

  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 497 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc,
501 StartLoc, LParenLoc, EndLoc, LPKind, LPKindLoc, ColonLoc, VL.size());
1908 OpenMPLastprivateModifier LPKind = Node->getKind();
1909 if (LPKind != OMPC_LASTPRIVATE_unknown) {
1914 VisitOMPClauseList(Node, LPKind == OMPC_LASTPRIVATE_unknown ? '(' : ' ');
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 2528 OpenMPLastprivateModifier LPKind;
2541 SourceLocation EndLoc, OpenMPLastprivateModifier LPKind,
2546 OMPClauseWithPostUpdate(this), LPKind(LPKind), LPKindLoc(LPKindLoc),
2609 void setKind(OpenMPLastprivateModifier Kind) { LPKind = Kind; }
2636 /// \param LPKind Lastprivate kind, e.g. 'conditional'.
2647 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc,
2657 OpenMPLastprivateModifier getKind() const { return LPKind; }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 15662 ArrayRef<Expr *> VarList, OpenMPLastprivateModifier LPKind,
15665 if (LPKind == OMPC_LASTPRIVATE_unknown && LPKindLoc.isValid()) {
15722 if (LPKind == OMPC_LASTPRIVATE_conditional && !Type->isScalarType()) {
15840 LPKind, LPKindLoc, ColonLoc,
TreeTransform.h 1735 OpenMPLastprivateModifier LPKind,
1742 VarList, LPKind, LPKindLoc, ColonLoc, StartLoc, LParenLoc, EndLoc);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 11069 ArrayRef<Expr *> VarList, OpenMPLastprivateModifier LPKind,

Completed in 110 milliseconds