Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp3695 FunctionDecl *CallOpSpecialized = nullptr; in SpecializeCorrespondingLambdaCallOperatorAndInvoker() local
3701 0, CallOpSpecialized, TDInfo)) in SpecializeCorrespondingLambdaCallOperatorAndInvoker()
3706 CallOpSpecialized->getReturnType()->isUndeducedType()) in SpecializeCorrespondingLambdaCallOperatorAndInvoker()
3707 S.DeduceReturnType(CallOpSpecialized, in SpecializeCorrespondingLambdaCallOperatorAndInvoker()
3708 CallOpSpecialized->getPointOfInstantiation(), in SpecializeCorrespondingLambdaCallOperatorAndInvoker()
3713 if (!S.Context.hasSameType(CallOpSpecialized->getReturnType(), in SpecializeCorrespondingLambdaCallOperatorAndInvoker()
3744 QualType TypeToReplaceAutoWith = CallOpSpecialized->getReturnType() in SpecializeCorrespondingLambdaCallOperatorAndInvoker()