Searched refs:OpenMPMapClauseKind (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OpenMPKinds.h | 70 enum OpenMPMapClauseKind { enum
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 4099 static OpenMPMapClauseKind isMapType(Parser &P); 4112 OpenMPMapClauseKind MapKind = isMapType(*this); in parseMapTypeModifiers() 4188 static OpenMPMapClauseKind isMapType(Parser &P) { in isMapType() 4199 return static_cast<OpenMPMapClauseKind>(MapType); in isMapType()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 5904 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; 5939 OpenMPMapClauseKind MapType, bool MapTypeIsImplicit, in OMPMapClause() 5989 void setMapType(OpenMPMapClauseKind T) { MapType = T; } in setMapType() 6033 OpenMPMapClauseKind Type, bool TypeIsImplicit, SourceLocation TypeLoc); 6054 OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; } in getMapType()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 6592 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; 6604 OpenMPMapClauseKind MapType, in MapInfo() 6740 OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, in getMapTypeBits() 6833 OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, in generateInfoForComponentList() 7810 OpenMPMapClauseKind MapType, in generateAllInfoForClauses() 8516 OpenMPMapClauseKind, ArrayRef<OpenMPMapModifierKind>, bool, in generateInfoForCapture() 8564 OpenMPMapClauseKind MapType = std::get<1>(RHS); in generateInfoForCapture() 8586 OpenMPMapClauseKind MapType; in generateInfoForCapture() 8705 OpenMPMapClauseKind MapType; in generateInfoForCapture() 8724 OpenMPMapClauseKind MapType; in generateInfoForCapture()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenMP.h | 1225 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 3682 static OpenMPMapClauseKind 3685 OpenMPMapClauseKind Kind = OMPC_MAP_unknown; in getMapClauseKindFromModifier() 3936 OpenMPMapClauseKind Kind = getMapClauseKindFromModifier( in VisitDeclRefExpr() 4033 OpenMPMapClauseKind Kind = getMapClauseKindFromModifier( in VisitMemberExpr() 4199 OpenMPMapClauseKind MK) const { in getImplicitMap() 6174 DSAChecker.getImplicitMap(K, static_cast<OpenMPMapClauseKind>(I)); in ActOnOpenMPExecutableDirective() 6252 auto K = static_cast<OpenMPMapClauseKind>(ClauseKindCnt); in ActOnOpenMPExecutableDirective() 16964 static_cast<OpenMPMapClauseKind>(ExtraModifier), Data.IsMapTypeImplicit, in ActOnOpenMPVarListClause() 20928 OpenMPMapClauseKind MapType = OMPC_MAP_unknown, in checkMappableExpressionList() 21241 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, SourceLocation MapLoc, in ActOnOpenMPMapClause()
|
H A D | TreeTransform.h | 2041 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, in RebuildOMPMapClause()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 1147 OpenMPMapClauseKind Type, bool TypeIsImplicit, SourceLocation TypeLoc) { in Create()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 11298 static_cast<OpenMPMapClauseKind>(Record.readInt())); in VisitOMPMapClause()
|