Searched refs:getDeducedType (Results 1 - 17 of 17) sorted by relevance

/external/clang/lib/AST/
H A DTypePrinter.cpp818 if (!T->getDeducedType().isNull()) {
819 printBefore(T->getDeducedType(), OS);
827 if (!T->getDeducedType().isNull())
828 printAfter(T->getDeducedType(), OS);
H A DASTImporter.cpp644 cast<AutoType>(T1)->getDeducedType(),
645 cast<AutoType>(T2)->getDeducedType()))
1697 QualType FromDeduced = T->getDeducedType();
H A DMicrosoftMangle.cpp2047 assert(T->getDeducedType().isNull() && "expecting a dependent type!");
H A DASTContext.cpp1685 assert(!A->getDeducedType().isNull() &&
1687 return getTypeInfo(A->getDeducedType().getTypePtr());
H A DItaniumMangle.cpp2490 QualType D = T->getDeducedType();
/external/clang/lib/Sema/
H A DSemaStmt.cpp2793 !Context.hasSameType(AT->getDeducedType(), NewAT->getDeducedType())) {
2797 << NewAT->getDeducedType() << AT->getDeducedType()
2802 << NewAT->getDeducedType() << AT->getDeducedType();
H A DSemaTemplateDeduction.cpp3720 ->getDeducedType();
4981 cast<AutoType>(T)->getDeducedType(),
H A DTreeTransform.h3653 QualType Deduced = AutoTy->getDeducedType();
4740 QualType OldDeduced = T->getDeducedType();
H A DSemaDecl.cpp2620 : OldAT->getDeducedType()));
2624 : OldAT->getDeducedType()));
9366 QualType U = AT ? AT->getDeducedType() : QualType();
H A DSemaTemplate.cpp4031 return Visit(T->getDeducedType());
H A DSemaExpr.cpp12247 QTy = cast<AutoType>(Ty)->getDeducedType();
/external/clang/include/clang/AST/
H A DDataRecursiveASTVisitor.h896 DEF_TRAVERSE_TYPE(AutoType, { TRY_TO(TraverseType(T->getDeducedType())); })
1108 TRY_TO(TraverseType(TL.getTypePtr()->getDeducedType()));
H A DRecursiveASTVisitor.h961 DEF_TRAVERSE_TYPE(AutoType, { TRY_TO(TraverseType(T->getDeducedType())); })
1173 TRY_TO(TraverseType(TL.getTypePtr()->getDeducedType()));
H A DType.h3680 QualType getDeducedType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AutoType
3688 Profile(ID, getDeducedType(), isDecltypeAuto(),
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3157 AST_TYPE_TRAVERSE_MATCHER(hasDeducedType, getDeducedType,
/external/clang/lib/Serialization/
H A DASTWriter.cpp266 Writer.AddTypeRef(T->getDeducedType(), Record);
268 if (T->getDeducedType().isNull())
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2020 QualType DT = cast<AutoType>(T)->getDeducedType();

Completed in 517 milliseconds