Home
last modified time | relevance | path

Searched refs:OpenMPLastprivateModifier (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DOpenMPKinds.h157 enum OpenMPLastprivateModifier { enum
/openbsd/gnu/llvm/clang/lib/Basic/
H A DOpenMPKinds.cpp118 return llvm::StringSwitch<OpenMPLastprivateModifier>(Str) in getOpenMPSimpleClauseType()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h2795 OpenMPLastprivateModifier LPKind;
2808 SourceLocation EndLoc, OpenMPLastprivateModifier LPKind, in OMPLastprivateClause()
2876 void setKind(OpenMPLastprivateModifier Kind) { LPKind = Kind; } in setKind()
2914 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc,
2924 OpenMPLastprivateModifier getKind() const { return LPKind; } in getKind()
/openbsd/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp514 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc, in Create()
2071 OpenMPLastprivateModifier LPKind = Node->getKind(); in VisitOMPLastprivateClause()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp808 llvm::DenseMap<const VarDecl *, OpenMPLastprivateModifier> Lastprivates; in EmitOMPFirstprivateClause()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp10547 C->setKind(Record.readEnum<OpenMPLastprivateModifier>()); in VisitOMPLastprivateClause()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h12024 ArrayRef<Expr *> VarList, OpenMPLastprivateModifier LPKind,
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp17778 VarList, static_cast<OpenMPLastprivateModifier>(ExtraModifier), in ActOnOpenMPVarListClause()
18399 ArrayRef<Expr *> VarList, OpenMPLastprivateModifier LPKind, in ActOnOpenMPLastprivateClause()
H A DTreeTransform.h1814 OpenMPLastprivateModifier LPKind, in RebuildOMPLastprivateClause()