Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2175 DeducedType *getContainedDeducedType() const;
2181 return dyn_cast_or_null<AutoType>(getContainedDeducedType());
6664 auto *DT = getContainedDeducedType();
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp1270 TSI->getType()->getContainedDeducedType(), in CXXUnresolvedConstructExpr()
H A DType.cpp1723 DeducedType *Type::getContainedDeducedType() const { in getContainedDeducedType() function in Type
H A DDecl.cpp1180 VD && VD->getType()->getContainedDeducedType() in getLVForClosure()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp6429 if (R->getContainedDeducedType()) in ActOnVariableDeclarator()
6565 if (R->getContainedDeducedType()) in ActOnVariableDeclarator()
10818 DeducedType *Deduced = Type->getContainedDeducedType(); in deduceVarTypeFromInitializer()
12271 DeducedType *DT = D->getType()->getContainedDeducedType(); in BuildDeclaratorGroup()
13060 if (FD->getReturnType()->getContainedDeducedType()) in canSkipFunctionBody()
H A DSemaExprCXX.cpp1374 DeducedType *Deduced = Ty->getContainedDeducedType(); in BuildCXXTypeConstructExpr()
1841 auto *Deduced = AllocType->getContainedDeducedType(); in BuildCXXNew()
H A DSemaLookup.cpp870 R.getLookupName().getCXXNameType()->getContainedDeducedType(); in LookupDirect()
H A DSemaType.cpp2890 if (DeducedType *Deduced = T->getContainedDeducedType()) { in GetDeclSpecTypeForDeclarator()
H A DSemaInit.cpp9200 TSInfo->getType()->getContainedDeducedType()); in DeduceTemplateSpecializationFromInitializer()
H A DTreeTransform.h1033 T.isNull() ? nullptr : T->getContainedDeducedType())) { in RebuildDependentNameType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp3446 auto *DT = T->getContainedDeducedType(); in isUndeducedReturnType()
H A DASTReader.cpp9271 auto *DT = FD->getReturnType()->getContainedDeducedType(); in finishPendingActions()