Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Base

915   ASTStatCache(const unsigned char *Buckets, const unsigned char *Base,
918 Cache = CacheTy::Create(Buckets, Base);
1944 // This module. Base was 2 when being compiled.
2527 // Once read, set the Module bit base offset and update the size in
3139 QualType Base = readType(*Loc.F, Record, Idx);
3141 return Context.getQualifiedType(Base, Quals);
3421 QualType Base = readType(*Loc.F, Record, Idx);
3426 return Context.getObjCObjectType(Base, Protos.data(), NumProtos);
3961 Error("Malformed AST file: missing C++ base specifiers");