Searched refs:OpenMPLastprivateModifier (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenMPKinds.h | 142 enum OpenMPLastprivateModifier { enum
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | OpenMPKinds.cpp | 102 return llvm::StringSwitch<OpenMPLastprivateModifier>(Str) in getOpenMPSimpleClauseType()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 2636 OpenMPLastprivateModifier LPKind; 2649 SourceLocation EndLoc, OpenMPLastprivateModifier LPKind, in OMPLastprivateClause() 2717 void setKind(OpenMPLastprivateModifier Kind) { LPKind = Kind; } in setKind() 2755 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc, 2765 OpenMPLastprivateModifier getKind() const { return LPKind; } in getKind()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 497 OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc, in Create() 1950 OpenMPLastprivateModifier LPKind = Node->getKind(); in VisitOMPLastprivateClause()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 800 llvm::DenseMap<const VarDecl *, OpenMPLastprivateModifier> Lastprivates; in EmitOMPFirstprivateClause()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 15428 VarList, static_cast<OpenMPLastprivateModifier>(ExtraModifier), in ActOnOpenMPVarListClause() 16045 ArrayRef<Expr *> VarList, OpenMPLastprivateModifier LPKind, in ActOnOpenMPLastprivateClause()
|
| H A D | TreeTransform.h | 1749 OpenMPLastprivateModifier LPKind, in RebuildOMPLastprivateClause()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 11170 ArrayRef<Expr *> VarList, OpenMPLastprivateModifier LPKind,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 12257 C->setKind(Record.readEnum<OpenMPLastprivateModifier>()); in VisitOMPLastprivateClause()
|