Searched refs:getContainedAutoType (Results 1 – 11 of 11) sorted by relevance
3601 Function->getReturnType()->getContainedAutoType()) { in DeduceTemplateArguments()3654 assert(!TypeToReplaceAutoWith->getContainedAutoType()); in SubstAutoWithinFunctionReturnType()3656 assert(AutoResultType->getContainedAutoType()); in SubstAutoWithinFunctionReturnType()3682 CallOpResultType->getContainedAutoType(); in SpecializeCorrespondingLambdaCallOperatorAndInvoker()3737 ->getContainedAutoType() in SpecializeCorrespondingLambdaCallOperatorAndInvoker()
1798 if (FirstType->getContainedAutoType()) { in ActOnObjCForCollectionStmt()2887 AutoType *AT = CurCap->ReturnType->getContainedAutoType(); in ActOnCapScopeReturnStmt()3126 AutoType *NewAT = Deduced->getContainedAutoType(); in DeduceFunctionTypeFromReturnExpr()3214 FnRetType->getContainedAutoType()) { in BuildReturnStmt()3227 if (AutoType *AT = FnRetType->getContainedAutoType()) { in BuildReturnStmt()
2963 AutoType *OldAT = Old->getReturnType()->getContainedAutoType(); in MergeFunctionDecl()5980 if (D.getDeclSpec().containsPlaceholderType() && R->getContainedAutoType()) in ActOnVariableDeclarator()6112 if (D.getDeclSpec().containsPlaceholderType() && R->getContainedAutoType()) in ActOnVariableDeclarator()9995 if (TypeMayContainAuto && Type->getContainedAutoType()) { in ActOnUninitializedDecl()10712 AutoType *AT = D->getType()->getContainedAutoType(); in BuildDeclaratorGroup()
3609 !PatternDecl->getReturnType()->getContainedAutoType()) in InstantiateFunctionDefinition()
3955 const AutoType *AT = T->getContainedAutoType(); in GetFullTypeForDeclarator()
343 const AutoType *AT = cast<VarDecl>(D)->getType()->getContainedAutoType(); in DiagnoseUseOfDecl()
117 FnD->getAsFunction()->getReturnType()->getContainedAutoType()) && in ParseCXXInlineMethodDef()
1865 AutoType *getContainedAutoType() const;5753 const AutoType *AT = getContainedAutoType();
1874 dyn_cast_or_null<AutoType>(ResultType->getContainedAutoType())) { in mangleFunctionType()
1595 AutoType *Type::getContainedAutoType() const { in getContainedAutoType() function in Type
1335 if (Method->getType()->getAs<FunctionProtoType>()->getContainedAutoType()) in CollectCXXMemberFunctions()