Lines Matching refs:Keyword
551 "Incorrect C++ operator keyword flag");
4515 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++];
4518 return Context.getElaboratedType(Keyword, NNS, NamedType);
4583 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++];
4589 return Context.getDependentNameType(Keyword, NNS, Name, Canon);
4594 ElaboratedTypeKeyword Keyword = (ElaboratedTypeKeyword)Record[Idx++];
4602 return Context.getDependentTemplateSpecializationType(Keyword, NNS, Name,
6826 // FIXME: 'template' keyword location not saved anywhere, so we fake it.