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

Declarations

tools/clang/include/clang/Sema/Sema.h
 1531   QualType BuildAddressSpaceAttr(QualType &T, LangAS ASIdx, Expr *AddrSpace,

References

tools/clang/lib/Sema/SemaType.cpp
 5965   return BuildAddressSpaceAttr(T, ASIdx, AddrSpace, AttrLoc);
 6033           S.BuildAddressSpaceAttr(Type, ASIdx, ASArgExpr, Attr.getLoc());
 6041       T = S.BuildAddressSpaceAttr(T, ASIdx, ASArgExpr, Attr.getLoc());