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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp805 if (!T->getDeducedType().isNull()) {
806 printBefore(T->getDeducedType(), OS);
814 if (!T->getDeducedType().isNull())
815 printAfter(T->getDeducedType(), OS);
H A DASTImporter.cpp645 cast<AutoType>(T1)->getDeducedType(),
646 cast<AutoType>(T2)->getDeducedType()))
1704 QualType FromDeduced = T->getDeducedType();
H A DItaniumMangle.cpp2432 QualType D = T->getDeducedType();
H A DASTContext.cpp1670 assert(!A->getDeducedType().isNull() &&
1672 return getTypeInfo(A->getDeducedType().getTypePtr());
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp2716 !Context.hasSameType(AT->getDeducedType(), NewAT->getDeducedType())) {
2720 << NewAT->getDeducedType() << AT->getDeducedType()
2725 << NewAT->getDeducedType() << AT->getDeducedType();
H A DSemaTemplateDeduction.cpp3727 getContainedAutoType()->getDeducedType();
5005 cast<AutoType>(T)->getDeducedType(),
H A DTreeTransform.h3531 QualType Deduced = AutoTy->getDeducedType();
4639 QualType OldDeduced = T->getDeducedType();
H A DSemaDecl.cpp2521 : OldAT->getDeducedType()));
2525 : OldAT->getDeducedType()));
9017 QualType U = AT ? AT->getDeducedType() : QualType();
H A DSemaTemplate.cpp3930 return Visit(T->getDeducedType());
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DRecursiveASTVisitor.h955 TRY_TO(TraverseType(T->getDeducedType()));
1183 TRY_TO(TraverseType(TL.getTypePtr()->getDeducedType()));
H A DType.h3655 QualType getDeducedType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AutoType
3663 Profile(ID, getDeducedType(), isDecltypeAuto(),
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3018 AST_TYPE_TRAVERSE_MATCHER(hasDeducedType, getDeducedType,
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp252 Writer.AddTypeRef(T->getDeducedType(), Record);
254 if (T->getDeducedType().isNull())
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1940 QualType DT = cast<AutoType>(T)->getDeducedType();

Completed in 310 milliseconds