Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp3052 Expr *PrevAllocator = A->getAllocator(); in checkPreviousOMPAllocateAttribute() local
3054 getAllocatorKind(S, Stack, PrevAllocator); in checkPreviousOMPAllocateAttribute()
3058 Allocator && PrevAllocator) { in checkPreviousOMPAllocateAttribute()
3060 const Expr *PAE = PrevAllocator->IgnoreParenImpCasts(); in checkPreviousOMPAllocateAttribute()
3073 if (PrevAllocator) in checkPreviousOMPAllocateAttribute()
3074 PrevAllocator->printPretty(PrevAllocatorStream, nullptr, in checkPreviousOMPAllocateAttribute()
3082 PrevAllocator ? PrevAllocator->getExprLoc() : A->getLocation(); in checkPreviousOMPAllocateAttribute()
3084 PrevAllocator ? PrevAllocator->getSourceRange() : A->getRange(); in checkPreviousOMPAllocateAttribute()
3087 << (PrevAllocator ? 1 : 0) << PrevAllocatorStream.str() in checkPreviousOMPAllocateAttribute()