Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp3687 FunctionDecl *CallOpSpecialized = nullptr; in SpecializeCorrespondingLambdaCallOperatorAndInvoker() local
3693 0, CallOpSpecialized, TDInfo)) in SpecializeCorrespondingLambdaCallOperatorAndInvoker()
3698 CallOpSpecialized->getReturnType()->isUndeducedType()) in SpecializeCorrespondingLambdaCallOperatorAndInvoker()
3699 S.DeduceReturnType(CallOpSpecialized, in SpecializeCorrespondingLambdaCallOperatorAndInvoker()
3700 CallOpSpecialized->getPointOfInstantiation(), in SpecializeCorrespondingLambdaCallOperatorAndInvoker()
3705 if (!S.Context.hasSameType(CallOpSpecialized->getReturnType(), in SpecializeCorrespondingLambdaCallOperatorAndInvoker()
3736 QualType TypeToReplaceAutoWith = CallOpSpecialized->getReturnType() in SpecializeCorrespondingLambdaCallOperatorAndInvoker()