Home
last modified time | relevance | path

Searched refs:getContainedDeducedType (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp633 !Pattern->getContainedDeducedType()) { in CheckPackExpansion()
H A DSemaDecl.cpp7375 if (R->getContainedDeducedType()) in ActOnVariableDeclarator()
7541 if (R->getContainedDeducedType()) in ActOnVariableDeclarator()
12208 DeducedType *Deduced = Type->getContainedDeducedType(); in deduceVarTypeFromInitializer()
14103 DeducedType *DT = D->getType()->getContainedDeducedType(); in BuildDeclaratorGroup()
14927 if (FD->getReturnType()->getContainedDeducedType()) in canSkipFunctionBody()
H A DSemaExprCXX.cpp1476 DeducedType *Deduced = Ty->getContainedDeducedType(); in BuildCXXTypeConstructExpr()
2007 auto *Deduced = AllocType->getContainedDeducedType(); in BuildCXXNew()
H A DSemaType.cpp3438 DeducedType *Deduced = T->getContainedDeducedType(); in GetDeclSpecTypeForDeclarator()
3442 Deduced = T.isNull() ? nullptr : T->getContainedDeducedType(); in GetDeclSpecTypeForDeclarator()
H A DSemaTemplate.cpp6862 DeducedType *DeducedT = ParamType->getContainedDeducedType(); in CheckTemplateArgument()
6940 !Arg->getType()->getContainedDeducedType()) { in CheckTemplateArgument()
H A DSemaLookup.cpp1135 R.getLookupName().getCXXNameType()->getContainedDeducedType(); in LookupDirect()
H A DSemaInit.cpp10039 TSInfo->getType()->getContainedDeducedType()); in DeduceTemplateSpecializationFromInitializer()
H A DSemaDeclCXX.cpp8646 FD->getDeclaredReturnType()->getContainedDeducedType() && in CheckExplicitlyDefaultedComparison()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclTemplate.cpp213 if (ParamValueDecl->getType()->getContainedDeducedType()) in shouldIncludeTypeForArgument()
H A DStmtPrinter.cpp2065 auto *Auto = TargetType->getContainedDeducedType(); in VisitCXXFunctionalCastExpr()
H A DType.cpp1888 DeducedType *Type::getContainedDeducedType() const { in getContainedDeducedType() function in Type
H A DDecl.cpp1267 VD && VD->getType()->getContainedDeducedType() in getLVForClosure()
H A DItaniumMangle.cpp5320 return NTTP && NTTP->getType()->getContainedDeducedType(); in needExactType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h2344 DeducedType *getContainedDeducedType() const;
2350 return dyn_cast_or_null<AutoType>(getContainedDeducedType());
7219 auto *DT = getContainedDeducedType();
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp3359 auto *DT = T->getContainedDeducedType(); in isUndeducedReturnType()
H A DASTReader.cpp9263 auto *DT = FD->getReturnType()->getContainedDeducedType(); in finishPendingActions()