Home | History | Annotate | Download | only in AST

Lines Matching refs:ElaboratedType

1709     return getTypeInfo(cast<ElaboratedType>(T)->getNamedType().getTypePtr());
3269 ElaboratedType::Profile(ID, Keyword, NNS, NamedType);
3272 ElaboratedType *T = ElaboratedTypes.FindNodeOrInsertPos(ID, InsertPos);
3279 ElaboratedType *CheckT = ElaboratedTypes.FindNodeOrInsertPos(ID, InsertPos);
3284 T = new (*this) ElaboratedType(Keyword, NNS, NamedType, Canon);