Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFunction.cpp21 bool HasThisPointer, bool HasRVO, bool IsLambdaStaticInvoker) in Function() argument
39 if (IsLambdaStaticInvoker) in Function()
H A DContext.cpp415 bool IsLambdaStaticInvoker = false; in getOrCreateFunction() local
423 IsLambdaStaticInvoker = true; in getOrCreateFunction()
465 if (!IsLambdaStaticInvoker) { in getOrCreateFunction()
508 std::move(ParamOffsets), HasThisPointer, HasRVO, IsLambdaStaticInvoker); in getOrCreateFunction()
H A DFunction.h236 bool HasRVO, bool IsLambdaStaticInvoker);