Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2881 bool IsStructor = false, HasThisQuals = ForceThisQuals, IsCtorClosure = false; in mangleFunctionType() local
2892 IsCtorClosure = (StructorType == Ctor_CopyingClosure || in mangleFunctionType()
2895 if (IsCtorClosure) in mangleFunctionType()
2928 if (IsCtorClosure) { in mangleFunctionType()