Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp1563 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) + in setAllocatorsData()
1564 static_cast<int>(ExprOffsets::Allocator)] = in setAllocatorsData()
1566 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) + in setAllocatorsData()
1568 ExprOffsets::AllocatorTraits)] = in setAllocatorsData()
1585 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) + in getAllocatorData()
1586 static_cast<int>(ExprOffsets::Allocator)]; in getAllocatorData()
1588 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) + in getAllocatorData()
1590 ExprOffsets::AllocatorTraits)]; in getAllocatorData()
1605 static_cast<int>(ExprOffsets::Total) * Data.size(), in Create()
1616 static_cast<int>(ExprOffsets::Total) * N, in CreateEmpty()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h8395 enum class ExprOffsets { enum
8432 return NumOfAllocators * static_cast<int>(ExprOffsets::Total); in numTrailingObjects()
8472 static_cast<int>(ExprOffsets::Total)); in children()
8478 Begin, Begin + NumOfAllocators * static_cast<int>(ExprOffsets::Total)); in children()