Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2680 bool IsStructor = false, HasThisQuals = ForceThisQuals, IsCtorClosure = false; in mangleFunctionType() local
2691 IsCtorClosure = (StructorType == Ctor_CopyingClosure || in mangleFunctionType()
2694 if (IsCtorClosure) in mangleFunctionType()
2727 if (IsCtorClosure) { in mangleFunctionType()