Lines Matching full:addrspace
1310 /// alignment requirements: getPointerInfo should take an AddrSpace, this7487 unsigned AddrSpace = strtoul(Str, &End, 10);7488 if (End != Str && AddrSpace != 0) {7489 Type = Context.getAddrSpaceQualType(Type, AddrSpace);