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

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

Completed in 287 milliseconds