Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp1459 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) + in setAllocatorsData()
1460 static_cast<int>(ExprOffsets::Allocator)] = in setAllocatorsData()
1462 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) + in setAllocatorsData()
1464 ExprOffsets::AllocatorTraits)] = in setAllocatorsData()
1481 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) + in getAllocatorData()
1482 static_cast<int>(ExprOffsets::Allocator)]; in getAllocatorData()
1484 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) + in getAllocatorData()
1486 ExprOffsets::AllocatorTraits)]; in getAllocatorData()
1501 static_cast<int>(ExprOffsets::Total) * Data.size(), in Create()
1512 static_cast<int>(ExprOffsets::Total) * N, in CreateEmpty()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h8029 enum class ExprOffsets { enum
8066 return NumOfAllocators * static_cast<int>(ExprOffsets::Total); in numTrailingObjects()
8106 static_cast<int>(ExprOffsets::Total)); in children()
8112 Begin, Begin + NumOfAllocators * static_cast<int>(ExprOffsets::Total)); in children()