Home | History | Annotate | Download | only in AST

Lines Matching refs:getTypeInfo

1286   std::pair<uint64_t, unsigned> Info = getTypeInfo(T);
1296 std::pair<uint64_t, unsigned> ASTContext::getTypeInfo(const Type *T) const {
1340 std::pair<uint64_t, unsigned> EltInfo = getTypeInfo(CAT->getElementType());
1352 std::pair<uint64_t, unsigned> EltInfo = getTypeInfo(VT->getElementType());
1500 getTypeInfo(getPointerDiffType());
1509 getTypeInfo(cast<ComplexType>(T)->getElementType());
1515 return getTypeInfo(cast<ObjCObjectType>(T)->getBaseType().getTypePtr());
1534 return getTypeInfo(ET->getDecl()->getIntegerType());
1544 return getTypeInfo(cast<SubstTemplateTypeParmType>(T)->
1550 return getTypeInfo(A->getDeducedType().getTypePtr());
1554 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr());
1559 = getTypeInfo(Typedef->getUnderlyingType().getTypePtr());
1572 return getTypeInfo(cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType()
1576 return getTypeInfo(cast<TypeOfType>(T)->getUnderlyingType().getTypePtr());
1579 return getTypeInfo(cast<DecltypeType>(T)->getUnderlyingExpr()->getType()
1583 return getTypeInfo(cast<UnaryTransformType>(T)->getUnderlyingType());
1586 return getTypeInfo(cast<ElaboratedType>(T)->getNamedType().getTypePtr());
1589 return getTypeInfo(
1599 return getTypeInfo(TST->getAliasedType().getTypePtr());
1601 return getTypeInfo(getCanonicalType(T));
1607 = getTypeInfo(cast<AtomicType>(T)->getValueType());