reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOpenMP.cpp
16554   if (Allocator) {
16557     if (!findOMPAllocatorHandleT(*this, Allocator->getExprLoc(), DSAStack))
16560     ExprResult AllocatorRes = DefaultLvalueConversion(Allocator);
16569     Allocator = AllocatorRes.get();
16608   return OMPAllocateClause::Create(Context, StartLoc, LParenLoc, Allocator,