Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DMicrosoftMangle.cpp2548 bool IsInLambda = false; in mangleFunctionType() local
2553 IsInLambda = true; in mangleFunctionType()
2620 } else if (IsInLambda && D && isa<CXXConversionDecl>(D)) { in mangleFunctionType()
2627 if (IsInLambda && isa<CXXConversionDecl>(D)) { in mangleFunctionType()
2641 } else if (IsInLambda) { in mangleFunctionType()