Home
last modified time | relevance | path

Searched refs:getContainedAutoType (Results 1 – 10 of 10) sorted by relevance

/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3586 Function->getReturnType()->getContainedAutoType()) { in DeduceTemplateArguments()
3639 assert(!TypeToReplaceAutoWith->getContainedAutoType()); in SubstAutoWithinFunctionReturnType()
3641 assert(AutoResultType->getContainedAutoType()); in SubstAutoWithinFunctionReturnType()
3667 CallOpResultType->getContainedAutoType(); in SpecializeCorrespondingLambdaCallOperatorAndInvoker()
3720 ->getContainedAutoType() in SpecializeCorrespondingLambdaCallOperatorAndInvoker()
H A DSemaStmt.cpp1779 if (FirstType->getContainedAutoType()) { in ActOnObjCForCollectionStmt()
2628 AutoType *AT = CurCap->ReturnType->getContainedAutoType(); in ActOnCapScopeReturnStmt()
2868 AutoType *NewAT = Deduced->getContainedAutoType(); in DeduceFunctionTypeFromReturnExpr()
2947 if (AutoType *AT = FnRetType->getContainedAutoType()) { in BuildReturnStmt()
H A DSemaType.cpp2152 ContainsPlaceholderType = T->getContainedAutoType(); in GetDeclSpecTypeForDeclarator()
2673 const AutoType *AT = T->getContainedAutoType(); in GetFullTypeForDeclarator()
H A DSemaDecl.cpp2705 AutoType *OldAT = Old->getReturnType()->getContainedAutoType(); in MergeFunctionDecl()
5598 if (D.getDeclSpec().containsPlaceholderType() && R->getContainedAutoType()) in ActOnVariableDeclarator()
9116 if (TypeMayContainAuto && Type->getContainedAutoType()) { in ActOnUninitializedDecl()
9729 AutoType *AT = D->getType()->getContainedAutoType(); in BuildDeclaratorGroup()
H A DSemaTemplateInstantiateDecl.cpp3370 !PatternDecl->getReturnType()->getContainedAutoType()) in InstantiateFunctionDefinition()
/minix/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp108 FnD->getAsFunction()->getReturnType()->getContainedAutoType()) && in ParseCXXInlineMethodDef()
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DType.h1725 AutoType *getContainedAutoType() const;
5196 const AutoType *AT = getContainedAutoType();
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp1591 dyn_cast_or_null<AutoType>(ResultType->getContainedAutoType())) { in mangleFunctionType()
H A DType.cpp610 AutoType *Type::getContainedAutoType() const { in getContainedAutoType() function in Type
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1171 if (Method->getType()->getAs<FunctionProtoType>()->getContainedAutoType()) in CollectCXXMemberFunctions()