Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Keyword

766          "Incorrect C++ operator keyword flag");
5359 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++];
5362 return Context.getElaboratedType(Keyword, NNS, NamedType);
5433 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++];
5439 return Context.getDependentNameType(Keyword, NNS, Name, Canon);
5444 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++];
5452 return Context.getDependentTemplateSpecializationType(Keyword, NNS, Name,
7847 // FIXME: 'template' keyword location not saved anywhere, so we fake it.