Searched refs:OMPAllocatorHandleT (Results 1 – 1 of 1) sorted by relevance
299 QualType OMPAllocatorHandleT; member in __anonf152f9340111::DSAStackTy317 void setOMPAllocatorHandleT(QualType Ty) { OMPAllocatorHandleT = Ty; } in setOMPAllocatorHandleT()319 QualType getOMPAllocatorHandleT() const { return OMPAllocatorHandleT; } in getOMPAllocatorHandleT()12877 QualType OMPAllocatorHandleT = Stack->getOMPAllocatorHandleT(); in findOMPAllocatorHandleT() local12878 if (!OMPAllocatorHandleT.isNull()) in findOMPAllocatorHandleT()12900 if (OMPAllocatorHandleT.isNull()) in findOMPAllocatorHandleT()12901 OMPAllocatorHandleT = AllocatorType; in findOMPAllocatorHandleT()12902 if (!S.getASTContext().hasSameType(OMPAllocatorHandleT, AllocatorType)) { in findOMPAllocatorHandleT()12913 OMPAllocatorHandleT.addConst(); in findOMPAllocatorHandleT()12914 Stack->setOMPAllocatorHandleT(OMPAllocatorHandleT); in findOMPAllocatorHandleT()