Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1489 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) + in setAllocatorsData()
1490 static_cast<int>(ExprOffsets::Allocator)] = in setAllocatorsData()
1492 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) + in setAllocatorsData()
1494 ExprOffsets::AllocatorTraits)] = in setAllocatorsData()
1511 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) + in getAllocatorData()
1512 static_cast<int>(ExprOffsets::Allocator)]; in getAllocatorData()
1514 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) + in getAllocatorData()
1516 ExprOffsets::AllocatorTraits)]; in getAllocatorData()
1531 static_cast<int>(ExprOffsets::Total) * Data.size(), in Create()
1542 static_cast<int>(ExprOffsets::Total) * N, in CreateEmpty()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h8137 enum class ExprOffsets { enum
8174 return NumOfAllocators * static_cast<int>(ExprOffsets::Total); in numTrailingObjects()
8214 static_cast<int>(ExprOffsets::Total)); in children()
8220 Begin, Begin + NumOfAllocators * static_cast<int>(ExprOffsets::Total)); in children()