Home
last modified time | relevance | path

Searched refs:NumOfAllocators (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h8387 unsigned NumOfAllocators = 0; variable
8398 LParenLoc(LParenLoc), NumOfAllocators(N) {} in OMPUsesAllocatorsClause()
8406 NumOfAllocators(N) {} in OMPUsesAllocatorsClause()
8409 return NumOfAllocators * static_cast<int>(ExprOffsets::Total); in numTrailingObjects()
8440 unsigned getNumberOfAllocators() const { return NumOfAllocators; } in getNumberOfAllocators()
8448 return child_range(Begin, Begin + NumOfAllocators * in children()
8455 Begin, Begin + NumOfAllocators * static_cast<int>(ExprOffsets::Total)); in children()
/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp1547 assert(Data.size() == NumOfAllocators && in setAllocatorsData()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp12801 unsigned NumOfAllocators = C->getNumberOfAllocators(); in VisitOMPUsesAllocatorsClause() local
12803 Data.reserve(NumOfAllocators); in VisitOMPUsesAllocatorsClause()
12804 for (unsigned I = 0; I != NumOfAllocators; ++I) { in VisitOMPUsesAllocatorsClause()