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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 2620     if (VD->getTLSKind() != VarDecl::TLS_None ||
 2621         VD->hasAttr<OMPThreadPrivateDeclAttr>() ||
 2622         (VD->getStorageClass() == SC_Register && VD->hasAttr<AsmLabelAttr>() &&
 2622         (VD->getStorageClass() == SC_Register && VD->hasAttr<AsmLabelAttr>() &&
 2623          !VD->isLocalVarDecl()))
 2628     if (checkPreviousOMPAllocateAttribute(*this, DSAStack, RefExpr, VD,
 2636     if (Allocator && VD->hasGlobalStorage()) {
 2641         bool IsDecl = VD->isThisDeclarationADefinition(Context) ==
 2643         Diag(VD->getLocation(),
 2645             << VD;
 2651     applyOMPAllocateAttribute(*this, VD, AllocatorKind, Allocator,