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

References

tools/clang/lib/Sema/SemaType.cpp
 6038       T = State.getAttributedType(ASAttr, Type, EquivType);
 6040       T = State.getAttributedType(ASAttr, Type, Type);
 6041       T = S.BuildAddressSpaceAttr(T, ASIdx, ASArgExpr, Attr.getLoc());
 6041       T = S.BuildAddressSpaceAttr(T, ASIdx, ASArgExpr, Attr.getLoc());
 6044     if (!T.isNull())
 6045       Type = T;