Searched refs:IsInLambda (Results 1 – 2 of 2) sorted by relevance
2679 bool IsInLambda = false; in mangleFunctionType() local2684 IsInLambda = true; in mangleFunctionType()2751 } else if (IsInLambda && D && isa<CXXConversionDecl>(D)) { in mangleFunctionType()2758 if (IsInLambda && isa<CXXConversionDecl>(D)) { in mangleFunctionType()2772 } else if (IsInLambda) { in mangleFunctionType()
1170 bool IsInLambda = in StartFunction() local1174 if (IsInLambda) { in StartFunction()