Searched refs:isUndeducedType (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/Sema/
H A DSemaLambda.cpp367 if (Result->isUndeducedType()) {
618 assert(CSI.ReturnType.isNull() || !CSI.ReturnType->isUndeducedType());
H A DSemaTemplateDeduction.cpp3005 if (S.getLangOpts().CPlusPlus1y && Fn->getReturnType()->isUndeducedType() &&
3610 Specialization->getReturnType()->isUndeducedType() &&
3682 CallOpSpecialized->getReturnType()->isUndeducedType())
3709 InvokerSpecialized->getReturnType()->isUndeducedType()) {
4105 assert(FD->getReturnType()->isUndeducedType());
4110 bool StillUndeduced = FD->getReturnType()->isUndeducedType();
H A DSemaDecl.cpp2982 if (New->getType()->isUndeducedType()) {
5952 if (T->isUndeducedType())
6977 NewFD->getReturnType()->isUndeducedType())
6984 NewFD->getReturnType()->isUndeducedType()) {
8294 if (TypeMayContainAuto && VDecl->getType()->isUndeducedType()) {
10043 return Ty.isNull() || !Ty->isUndeducedType();
10059 if (FD->isConstexpr() || FD->getReturnType()->isUndeducedType())
10087 !FD->isDependentContext() && FD->getReturnType()->isUndeducedType()) {
H A DSemaStmt.cpp2106 LoopVar->getType()->isUndeducedType());
2579 return FPT->getReturnType()->isUndeducedType();
H A DSemaType.cpp1642 !T->isIncompleteType() && !T->isUndeducedType()) {
4026 if (!type->isDependentType() && !type->isUndeducedType()) {
H A DSemaOverload.cpp6090 if (getLangOpts().CPlusPlus1y && ConvType->isUndeducedType()) {
9791 FunDecl->getReturnType()->isUndeducedType() &&
10096 Matched->getReturnType()->isUndeducedType() &&
H A DSemaTemplateInstantiateDecl.cpp3648 NewVar->getType()->isUndeducedType())
H A DSemaExprCXX.cpp1196 if (TypeMayContainAuto && AllocType->isUndeducedType()) {
H A DSemaTemplate.cpp7470 if (R->isUndeducedType()) {
H A DSemaExpr.cpp62 if (getLangOpts().CPlusPlus1y && FD->getReturnType()->isUndeducedType() &&
305 if (getLangOpts().CPlusPlus1y && FD->getReturnType()->isUndeducedType() &&
/external/clang/include/clang/AST/
H A DType.h1624 bool isUndeducedType() const;
5139 inline bool Type::isUndeducedType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type

Completed in 428 milliseconds