Lines Matching refs:Keyword
555 "Incorrect C++ operator keyword flag");
3406 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++];
3409 return Context.getElaboratedType(Keyword, NNS, NamedType);
3474 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++];
3480 return Context.getDependentNameType(Keyword, NNS, Name, Canon);
3485 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++];
3493 return Context.getDependentTemplateSpecializationType(Keyword, NNS, Name,
5287 // FIXME: 'template' keyword location not saved anywhere, so we fake it.