Home
last modified time | relevance | path

Searched refs:ExprOffsets (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp1551 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) + in setAllocatorsData()
1552 static_cast<int>(ExprOffsets::Allocator)] = in setAllocatorsData()
1554 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) + in setAllocatorsData()
1556 ExprOffsets::AllocatorTraits)] = in setAllocatorsData()
1573 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) + in getAllocatorData()
1574 static_cast<int>(ExprOffsets::Allocator)]; in getAllocatorData()
1576 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) + in getAllocatorData()
1578 ExprOffsets::AllocatorTraits)]; in getAllocatorData()
1593 static_cast<int>(ExprOffsets::Total) * Data.size(), in Create()
1604 static_cast<int>(ExprOffsets::Total) * N, in CreateEmpty()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h8372 enum class ExprOffsets { enum
8409 return NumOfAllocators * static_cast<int>(ExprOffsets::Total); in numTrailingObjects()
8449 static_cast<int>(ExprOffsets::Total)); in children()
8455 Begin, Begin + NumOfAllocators * static_cast<int>(ExprOffsets::Total)); in children()