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

References

tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  261     QualType Type = VD->getType();
  266     SourceLocation Loc = VD->getLocation();
  268     if (SingleEscaped.count(VD)) {
  270           C, GlobalizedRD, Loc, Loc, VD->getIdentifier(), Type,
  275       if (VD->hasAttrs()) {
  276         for (specific_attr_iterator<AlignedAttr> I(VD->getAttrs().begin()),
  277              E(VD->getAttrs().end());
  286           C, GlobalizedRD, Loc, Loc, VD->getIdentifier(), Type,
  291       llvm::APInt Align(32, std::max(C.getDeclAlign(VD).getQuantity(),
  302     MappedDeclsFields.try_emplace(VD, Field);