Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2679 bool IsInLambda = false; in mangleFunctionType() local
2684 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()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1170 bool IsInLambda = in StartFunction() local
1174 if (IsInLambda) { in StartFunction()