Home
last modified time | relevance | path

Searched refs:UsesAllocatorsData (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp3103 SmallVector<Sema::UsesAllocatorsData, 4> Data; in ParseOpenMPUsesAllocatorClause()
3112 Sema::UsesAllocatorsData &D = Data.emplace_back(); in ParseOpenMPUsesAllocatorClause()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h2233 ArrayRef<Sema::UsesAllocatorsData> Data, SourceLocation StartLoc, in RebuildOMPUsesAllocatorsClause()
10584 SmallVector<Sema::UsesAllocatorsData, 16> Data; in TransformOMPUsesAllocatorsClause()
10597 Sema::UsesAllocatorsData &NewD = Data.emplace_back(); in TransformOMPUsesAllocatorsClause()
H A DSemaOpenMP.cpp23639 ArrayRef<UsesAllocatorsData> Data) { in ActOnOpenMPUsesAllocatorClause()
23648 [](const UsesAllocatorsData &D) { return D.AllocatorTraits; }) && in ActOnOpenMPUsesAllocatorClause()
23662 for (const UsesAllocatorsData &D : Data) { in ActOnOpenMPUsesAllocatorClause()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h12166 struct UsesAllocatorsData { struct
12178 ArrayRef<UsesAllocatorsData> Data); argument