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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 2536       getAllocatorKind(S, Stack, PrevAllocator);
 2540       Allocator && PrevAllocator) {
 2542     const Expr *PAE = PrevAllocator->IgnoreParenImpCasts();
 2555     if (PrevAllocator)
 2556       PrevAllocator->printPretty(PrevAllocatorStream, nullptr,
 2564         PrevAllocator ? PrevAllocator->getExprLoc() : A->getLocation();
 2564         PrevAllocator ? PrevAllocator->getExprLoc() : A->getLocation();
 2566         PrevAllocator ? PrevAllocator->getSourceRange() : A->getRange();
 2566         PrevAllocator ? PrevAllocator->getSourceRange() : A->getRange();
 2569         << (PrevAllocator ? 1 : 0) << PrevAllocatorStream.str()