Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp1421 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) + in setAllocatorsData()
1422 static_cast<int>(ExprOffsets::Allocator)] = in setAllocatorsData()
1424 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) + in setAllocatorsData()
1426 ExprOffsets::AllocatorTraits)] = in setAllocatorsData()
1443 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) + in getAllocatorData()
1444 static_cast<int>(ExprOffsets::Allocator)]; in getAllocatorData()
1446 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) + in getAllocatorData()
1448 ExprOffsets::AllocatorTraits)]; in getAllocatorData()
1463 static_cast<int>(ExprOffsets::Total) * Data.size(), in Create()
1474 static_cast<int>(ExprOffsets::Total) * N, in CreateEmpty()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h7553 enum class ExprOffsets { enum
7590 return NumOfAllocators * static_cast<int>(ExprOffsets::Total); in numTrailingObjects()
7630 static_cast<int>(ExprOffsets::Total)); in children()
7636 Begin, Begin + NumOfAllocators * static_cast<int>(ExprOffsets::Total)); in children()