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.cpp2785 bool IsStructor = false, HasThisQuals = ForceThisQuals, IsCtorClosure = false; in mangleFunctionType() local
2796 IsCtorClosure = (StructorType == Ctor_CopyingClosure || in mangleFunctionType()
2799 if (IsCtorClosure) in mangleFunctionType()
2832 if (IsCtorClosure) { in mangleFunctionType()