/external/clang/include/clang/Basic/ |
D | OpenMPKinds.h | 92 enum OpenMPMapClauseKind { enum
|
/external/llvm-project/clang/include/clang/Basic/ |
D | OpenMPKinds.h | 69 enum OpenMPMapClauseKind { enum
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 3304 OpenMPMapClauseKind MapTypeModifier; 3306 OpenMPMapClauseKind MapType; 3318 void setMapTypeModifier(OpenMPMapClauseKind T) { MapTypeModifier = T; } in setMapTypeModifier() 3324 void setMapType(OpenMPMapClauseKind T) { MapType = T; } in setMapType() 3351 explicit OMPMapClause(OpenMPMapClauseKind MapTypeModifier, in OMPMapClause() 3352 OpenMPMapClauseKind MapType, bool MapTypeIsImplicit, in OMPMapClause() 3398 OpenMPMapClauseKind TypeModifier, 3399 OpenMPMapClauseKind Type, bool TypeIsImplicit, 3419 OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; } in getMapType() 3429 OpenMPMapClauseKind getMapTypeModifier() const LLVM_READONLY { in getMapTypeModifier()
|
/external/clang/lib/Basic/ |
D | OpenMPKinds.cpp | 111 return llvm::StringSwitch<OpenMPMapClauseKind>(Str) in getOpenMPSimpleClauseType()
|
/external/clang/lib/AST/ |
D | OpenMPClause.cpp | 588 OpenMPMapClauseKind TypeModifier, OpenMPMapClauseKind Type, in Create()
|
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 1611 ? static_cast<OpenMPMapClauseKind>( in ParseOpenMPVarList() 1639 ? static_cast<OpenMPMapClauseKind>( in ParseOpenMPVarList()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 5050 unsigned getMapTypeBits(OpenMPMapClauseKind MapType, in getMapTypeBits() 5051 OpenMPMapClauseKind MapTypeModifier, bool AddPtrFlag, in getMapTypeBits() 5130 OpenMPMapClauseKind MapType, OpenMPMapClauseKind MapTypeModifier, in generateInfoForComponentList() 5396 OpenMPMapClauseKind MapType; in generateAllInfo() 5397 OpenMPMapClauseKind MapTypeModifier; in generateAllInfo() 5410 OpenMPMapClauseKind MapType, OpenMPMapClauseKind MapModifier) { in generateAllInfo()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 2562 OpenMPMapClauseKind MapTypeModifier = OMPC_MAP_unknown; 2563 OpenMPMapClauseKind MapType = OMPC_MAP_unknown;
|
/external/llvm-project/clang/include/clang/AST/ |
D | OpenMPClause.h | 5413 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; 5448 OpenMPMapClauseKind MapType, bool MapTypeIsImplicit, in OMPMapClause() 5499 void setMapType(OpenMPMapClauseKind T) { MapType = T; } in setMapType() 5537 OpenMPMapClauseKind Type, bool TypeIsImplicit, SourceLocation TypeLoc); 5553 OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; } in getMapType()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 3231 static OpenMPMapClauseKind isMapType(Parser &P) { in isMapType() 3237 OpenMPMapClauseKind MapType = in isMapType() 3238 static_cast<OpenMPMapClauseKind>(getOpenMPSimpleClauseType( in isMapType()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 7157 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; 7169 OpenMPMapClauseKind MapType, in MapInfo() 7295 OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, in getMapTypeBits() 7389 OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, in generateInfoForComponentList() 8302 OpenMPMapClauseKind MapType, in generateAllInfo() 8787 OpenMPMapClauseKind, ArrayRef<OpenMPMapModifierKind>, bool, in generateInfoForCapture() 8821 OpenMPMapClauseKind MapType; in generateInfoForCapture() 8915 OpenMPMapClauseKind MapType; in generateInfoForCapture() 8934 OpenMPMapClauseKind MapType; in generateInfoForCapture()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 8026 OpenMPLinearClauseKind LinKind, OpenMPMapClauseKind MapTypeModifier, in ActOnOpenMPVarListClause() 8027 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, in ActOnOpenMPVarListClause() 10872 OpenMPMapClauseKind MapType = OMPC_MAP_unknown, in checkMappableExpressionList() 11041 Sema::ActOnOpenMPMapClause(OpenMPMapClauseKind MapTypeModifier, in ActOnOpenMPMapClause() 11042 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, in ActOnOpenMPMapClause()
|
D | TreeTransform.h | 1672 RebuildOMPMapClause(OpenMPMapClauseKind MapTypeModifier, in RebuildOMPMapClause() 1673 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, in RebuildOMPMapClause()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8375 OpenMPLinearClauseKind LinKind, OpenMPMapClauseKind MapTypeModifier, 8376 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, 8445 ActOnOpenMPMapClause(OpenMPMapClauseKind MapTypeModifier, 8446 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit,
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2265 static_cast<OpenMPMapClauseKind>(Record[Idx++])); in VisitOMPMapClause() 2267 static_cast<OpenMPMapClauseKind>(Record[Idx++])); in VisitOMPMapClause()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 3292 static OpenMPMapClauseKind 3295 OpenMPMapClauseKind Kind = OMPC_MAP_unknown; in getMapClauseKindFromModifier() 3510 OpenMPMapClauseKind Kind = getMapClauseKindFromModifier( in VisitDeclRefExpr() 3599 OpenMPMapClauseKind Kind = getMapClauseKindFromModifier( in VisitMemberExpr() 5126 auto Kind = static_cast<OpenMPMapClauseKind>(ClauseKindCnt); in ActOnOpenMPExecutableDirective() 13742 ReductionOrMapperId, static_cast<OpenMPMapClauseKind>(ExtraModifier), in ActOnOpenMPVarListClause() 17543 OpenMPMapClauseKind MapType = OMPC_MAP_unknown, in checkMappableExpressionList() 17833 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, SourceLocation MapLoc, in ActOnOpenMPMapClause()
|
D | TreeTransform.h | 1899 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, in RebuildOMPMapClause()
|
/external/llvm-project/clang/lib/AST/ |
D | OpenMPClause.cpp | 1050 OpenMPMapClauseKind Type, bool TypeIsImplicit, SourceLocation TypeLoc) { in Create()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 10965 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit,
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 12587 static_cast<OpenMPMapClauseKind>(Record.readInt())); in VisitOMPMapClause()
|