Searched refs:IsInLambda (Results 1 – 2 of 2) sorted by relevance
2880 bool IsInLambda = false; in mangleFunctionType() local2885 IsInLambda = true; in mangleFunctionType()2952 } else if (IsInLambda && isa_and_nonnull<CXXConversionDecl>(D)) { in mangleFunctionType()2959 if (IsInLambda && isa<CXXConversionDecl>(D)) { in mangleFunctionType()2964 } else if (IsInLambda) { in mangleFunctionType()
1282 bool IsInLambda = in StartFunction() local1286 if (IsInLambda) { in StartFunction()