Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1587 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) + in setAllocatorsData()
1588 static_cast<int>(ExprOffsets::Allocator)] = in setAllocatorsData()
1590 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) + in setAllocatorsData()
1592 ExprOffsets::AllocatorTraits)] = in setAllocatorsData()
1609 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) + in getAllocatorData()
1610 static_cast<int>(ExprOffsets::Allocator)]; in getAllocatorData()
1612 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) + in getAllocatorData()
1614 ExprOffsets::AllocatorTraits)]; in getAllocatorData()
1629 static_cast<int>(ExprOffsets::Total) * Data.size(), in Create()
1640 static_cast<int>(ExprOffsets::Total) * N, in CreateEmpty()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h9117 enum class ExprOffsets { enum
9154 return NumOfAllocators * static_cast<int>(ExprOffsets::Total); in numTrailingObjects()
9194 static_cast<int>(ExprOffsets::Total)); in children()
9200 Begin, Begin + NumOfAllocators * static_cast<int>(ExprOffsets::Total)); in children()