Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp634 !Pattern->getContainedDeducedType()) { in CheckPackExpansion()
H A DSemaDecl.cpp7000 if (R->getContainedDeducedType()) in ActOnVariableDeclarator()
7166 if (R->getContainedDeducedType()) in ActOnVariableDeclarator()
11711 DeducedType *Deduced = Type->getContainedDeducedType(); in deduceVarTypeFromInitializer()
13605 DeducedType *DT = D->getType()->getContainedDeducedType(); in BuildDeclaratorGroup()
14411 if (FD->getReturnType()->getContainedDeducedType()) in canSkipFunctionBody()
H A DSemaExprCXX.cpp1470 DeducedType *Deduced = Ty->getContainedDeducedType(); in BuildCXXTypeConstructExpr()
1966 auto *Deduced = AllocType->getContainedDeducedType(); in BuildCXXNew()
H A DSemaType.cpp3376 DeducedType *Deduced = T->getContainedDeducedType(); in GetDeclSpecTypeForDeclarator()
3380 Deduced = T.isNull() ? nullptr : T->getContainedDeducedType(); in GetDeclSpecTypeForDeclarator()
H A DSemaTemplate.cpp6800 DeducedType *DeducedT = ParamType->getContainedDeducedType(); in CheckTemplateArgument()
6878 !Arg->getType()->getContainedDeducedType()) { in CheckTemplateArgument()
H A DSemaLookup.cpp1125 R.getLookupName().getCXXNameType()->getContainedDeducedType(); in LookupDirect()
H A DSemaInit.cpp9967 TSInfo->getType()->getContainedDeducedType()); in DeduceTemplateSpecializationFromInitializer()
H A DSemaDeclCXX.cpp8469 FD->getDeclaredReturnType()->getContainedDeducedType() && in CheckExplicitlyDefaultedComparison()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2268 DeducedType *getContainedDeducedType() const;
2274 return dyn_cast_or_null<AutoType>(getContainedDeducedType());
7077 auto *DT = getContainedDeducedType();
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp205 if (ParamValueDecl->getType()->getContainedDeducedType()) in shouldIncludeTypeForArgument()
H A DType.cpp1882 DeducedType *Type::getContainedDeducedType() const { in getContainedDeducedType() function in Type
H A DDecl.cpp1234 VD && VD->getType()->getContainedDeducedType() in getLVForClosure()
H A DItaniumMangle.cpp5240 return NTTP && NTTP->getType()->getContainedDeducedType(); in needExactType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3612 auto *DT = T->getContainedDeducedType(); in isUndeducedReturnType()
H A DASTReader.cpp9215 auto *DT = FD->getReturnType()->getContainedDeducedType(); in finishPendingActions()