Searched refs:OpenMPLastprivateModifier (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenMPKinds.h | 157 enum OpenMPLastprivateModifier { enum
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | OpenMPKinds.cpp | 128 return llvm::StringSwitch<OpenMPLastprivateModifier>(Str) in getOpenMPSimpleClauseType()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 2878 OpenMPLastprivateModifier LPKind; 2891 SourceLocation EndLoc, OpenMPLastprivateModifier LPKind, in OMPLastprivateClause() 2959 void setKind(OpenMPLastprivateModifier Kind) { LPKind = Kind; } in setKind() 2997 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc, 3007 OpenMPLastprivateModifier getKind() const { return LPKind; } in getKind()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 517 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc, in Create() 2132 OpenMPLastprivateModifier LPKind = Node->getKind(); in VisitOMPLastprivateClause()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 804 llvm::DenseMap<const VarDecl *, OpenMPLastprivateModifier> Lastprivates; in EmitOMPFirstprivateClause()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 18112 VarList, static_cast<OpenMPLastprivateModifier>(ExtraModifier), in ActOnOpenMPVarListClause() 18738 ArrayRef<Expr *> VarList, OpenMPLastprivateModifier LPKind, in ActOnOpenMPLastprivateClause()
|
| H A D | TreeTransform.h | 1840 OpenMPLastprivateModifier LPKind, in RebuildOMPLastprivateClause()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 12421 ArrayRef<Expr *> VarList, OpenMPLastprivateModifier LPKind,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 10851 C->setKind(Record.readEnum<OpenMPLastprivateModifier>()); in VisitOMPLastprivateClause()
|