Home | History | Annotate | Download | only in AST

Lines Matching refs:getTypeInfo

1383   std::pair<uint64_t, unsigned> Info = getTypeInfo(T);
1393 std::pair<uint64_t, unsigned> ASTContext::getTypeInfo(const Type *T) const {
1421 return getTypeInfo(cast<Class##Type>(T)->desugar().getTypePtr());
1441 std::pair<uint64_t, unsigned> EltInfo = getTypeInfo(CAT->getElementType());
1453 std::pair<uint64_t, unsigned> EltInfo = getTypeInfo(VT->getElementType());
1607 getTypeInfo(cast<ComplexType>(T)->getElementType());
1613 return getTypeInfo(cast<ObjCObjectType>(T)->getBaseType().getTypePtr());
1615 return getTypeInfo(cast<DecayedType>(T)->getDecayedType().getTypePtr());
1634 return getTypeInfo(ET->getDecl()->getIntegerType());
1644 return getTypeInfo(cast<SubstTemplateTypeParmType>(T)->
1651 return getTypeInfo(A->getDeducedType().getTypePtr());
1655 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr());
1660 = getTypeInfo(Typedef->getUnderlyingType().getTypePtr());
1673 return getTypeInfo(cast<ElaboratedType>(T)->getNamedType().getTypePtr());
1676 return getTypeInfo(
1682 = getTypeInfo(cast<AtomicType>(T)->getValueType());