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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp281 if (Result->isUndeducedType()) {
534 assert(CSI.ReturnType.isNull() || !CSI.ReturnType->isUndeducedType());
H A DSemaTemplateDeduction.cpp2979 if (S.getLangOpts().CPlusPlus1y && Fn->getResultType()->isUndeducedType() &&
3617 Specialization->getResultType()->isUndeducedType() &&
3689 CallOpSpecialized->getResultType()->isUndeducedType())
3716 InvokerSpecialized->getResultType()->isUndeducedType()) {
4112 assert(FD->getResultType()->isUndeducedType());
4117 bool StillUndeduced = FD->getResultType()->isUndeducedType();
H A DSemaStmt.cpp2040 LoopVar->getType()->isUndeducedType());
2502 return FPT->getResultType()->isUndeducedType();
H A DSemaDecl.cpp2890 if (New->getType()->isUndeducedType()) {
5711 if (T->isUndeducedType())
6745 NewFD->getResultType()->isUndeducedType())
6752 NewFD->getResultType()->isUndeducedType()) {
8061 if (TypeMayContainAuto && VDecl->getType()->isUndeducedType()) {
9720 return !FD->isConstexpr() && !FD->getResultType()->isUndeducedType();
9751 !FD->isDependentContext() && FD->getResultType()->isUndeducedType()) {
H A DSemaType.cpp1591 !T->isIncompleteType() && !T->isUndeducedType()) {
4019 if (!type->isDependentType() && !type->isUndeducedType()) {
H A DSemaOverload.cpp5919 if (getLangOpts().CPlusPlus1y && ConvType->isUndeducedType()) {
9534 FunDecl->getResultType()->isUndeducedType() &&
9839 Matched->getResultType()->isUndeducedType() &&
H A DSemaExprCXX.cpp1157 if (TypeMayContainAuto && AllocType->isUndeducedType()) {
H A DSemaTemplate.cpp7326 if (R->isUndeducedType()) {
H A DSemaExpr.cpp62 if (getLangOpts().CPlusPlus1y && FD->getResultType()->isUndeducedType() &&
308 if (getLangOpts().CPlusPlus1y && FD->getResultType()->isUndeducedType() &&
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1625 bool isUndeducedType() const;
5110 inline bool Type::isUndeducedType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type

Completed in 421 milliseconds