Home | History | Annotate | Download | only in AST

Lines Matching full:addrspace

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