Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaTemplateVariadic.cpp634 !Pattern->getContainedDeducedType()) { in CheckPackExpansion()
DSemaDecl.cpp6906 if (R->getContainedDeducedType()) in ActOnVariableDeclarator()
7072 if (R->getContainedDeducedType()) in ActOnVariableDeclarator()
11543 DeducedType *Deduced = Type->getContainedDeducedType(); in deduceVarTypeFromInitializer()
13418 DeducedType *DT = D->getType()->getContainedDeducedType(); in BuildDeclaratorGroup()
14224 if (FD->getReturnType()->getContainedDeducedType()) in canSkipFunctionBody()
DSemaType.cpp3306 DeducedType *Deduced = T->getContainedDeducedType(); in GetDeclSpecTypeForDeclarator()
3310 Deduced = T.isNull() ? nullptr : T->getContainedDeducedType(); in GetDeclSpecTypeForDeclarator()
DSemaExprCXX.cpp1439 DeducedType *Deduced = Ty->getContainedDeducedType(); in BuildCXXTypeConstructExpr()
1920 auto *Deduced = AllocType->getContainedDeducedType(); in BuildCXXNew()
DSemaTemplate.cpp6811 DeducedType *DeducedT = ParamType->getContainedDeducedType(); in CheckTemplateArgument()
6889 !Arg->getType()->getContainedDeducedType()) { in CheckTemplateArgument()
DSemaLookup.cpp1084 R.getLookupName().getCXXNameType()->getContainedDeducedType(); in LookupDirect()
DSemaInit.cpp9885 TSInfo->getType()->getContainedDeducedType()); in DeduceTemplateSpecializationFromInitializer()
DSemaDeclCXX.cpp8383 FD->getDeclaredReturnType()->getContainedDeducedType() && in CheckExplicitlyDefaultedComparison()
/external/llvm-project/clang/include/clang/AST/
DType.h2260 DeducedType *getContainedDeducedType() const;
2266 return dyn_cast_or_null<AutoType>(getContainedDeducedType());
7045 auto *DT = getContainedDeducedType();
/external/llvm-project/clang/lib/AST/
DType.cpp1879 DeducedType *Type::getContainedDeducedType() const { in getContainedDeducedType() function in Type
DDecl.cpp1212 VD && VD->getType()->getContainedDeducedType() in getLVForClosure()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp3583 auto *DT = T->getContainedDeducedType(); in isUndeducedReturnType()
DASTReader.cpp9323 auto *DT = FD->getReturnType()->getContainedDeducedType(); in finishPendingActions()