Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2880 bool IsInLambda = false; in mangleFunctionType() local
2885 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()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1282 bool IsInLambda = in StartFunction() local
1286 if (IsInLambda) { in StartFunction()