Searched refs:getContainedAutoType (Results 1 – 11 of 11) sorted by relevance
3609 Function->getReturnType()->getContainedAutoType()) { in DeduceTemplateArguments()3662 assert(!TypeToReplaceAutoWith->getContainedAutoType()); in SubstAutoWithinFunctionReturnType()3664 assert(AutoResultType->getContainedAutoType()); in SubstAutoWithinFunctionReturnType()3690 CallOpResultType->getContainedAutoType(); in SpecializeCorrespondingLambdaCallOperatorAndInvoker()3745 ->getContainedAutoType() in SpecializeCorrespondingLambdaCallOperatorAndInvoker()
1777 if (FirstType->getContainedAutoType()) { in ActOnObjCForCollectionStmt()2832 AutoType *AT = CurCap->ReturnType->getContainedAutoType(); in ActOnCapScopeReturnStmt()3070 AutoType *NewAT = Deduced->getContainedAutoType(); in DeduceFunctionTypeFromReturnExpr()3154 if (AutoType *AT = FnRetType->getContainedAutoType()) { in BuildReturnStmt()
2889 AutoType *OldAT = Old->getReturnType()->getContainedAutoType(); in MergeFunctionDecl()5819 if (D.getDeclSpec().containsPlaceholderType() && R->getContainedAutoType()) in ActOnVariableDeclarator()5951 if (D.getDeclSpec().containsPlaceholderType() && R->getContainedAutoType()) in ActOnVariableDeclarator()9658 if (TypeMayContainAuto && Type->getContainedAutoType()) { in ActOnUninitializedDecl()10303 AutoType *AT = D->getType()->getContainedAutoType(); in BuildDeclaratorGroup()
3437 !PatternDecl->getReturnType()->getContainedAutoType()) in InstantiateFunctionDefinition()
3697 const AutoType *AT = T->getContainedAutoType(); in GetFullTypeForDeclarator()
350 const AutoType *AT = cast<VarDecl>(D)->getType()->getContainedAutoType(); in DiagnoseUseOfDecl()
110 FnD->getAsFunction()->getReturnType()->getContainedAutoType()) && in ParseCXXInlineMethodDef()
1841 AutoType *getContainedAutoType() const;5576 const AutoType *AT = getContainedAutoType();
1817 dyn_cast_or_null<AutoType>(ResultType->getContainedAutoType())) { in mangleFunctionType()
1589 AutoType *Type::getContainedAutoType() const { in getContainedAutoType() function in Type
1225 if (Method->getType()->getAs<FunctionProtoType>()->getContainedAutoType()) in CollectCXXMemberFunctions()