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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 4133   assert(!S.CurContext->isDependentContext() &&
 4190       auto Res = getPrivateItem(S, SimpleRefExpr, ELoc, ERange,
 4200         getAllocatorKind(S, Stack, AC->getAllocator());
 4208       S.Diag(AC->getAllocator()->getExprLoc(),
 4216       auto Res = getPrivateItem(S, SimpleRefExpr, ELoc, ERange);
 4220         S.Diag(E->getExprLoc(),
 4225       if (checkPreviousOMPAllocateAttribute(S, Stack, E, PrivateVD,
 4228       applyOMPAllocateAttribute(S, PrivateVD, AllocatorKind, AC->getAllocator(),