Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp299 QualType OMPAllocatorHandleT; member in __anonf152f9340111::DSAStackTy
317 void setOMPAllocatorHandleT(QualType Ty) { OMPAllocatorHandleT = Ty; } in setOMPAllocatorHandleT()
319 QualType getOMPAllocatorHandleT() const { return OMPAllocatorHandleT; } in getOMPAllocatorHandleT()
12877 QualType OMPAllocatorHandleT = Stack->getOMPAllocatorHandleT(); in findOMPAllocatorHandleT() local
12878 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()