Searched refs:RefQual (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| D | ItaniumDemangle.h | 647 FunctionRefQual RefQual; variable 656 Ret(Ret_), Params(Params_), CVQuals(CVQuals_), RefQual(RefQual_), in FunctionType() 660 F(Ret, Params, CVQuals, RefQual, ExceptionSpec); in match() 691 if (RefQual == FrefQualLValue) in printRight() 693 else if (RefQual == FrefQualRValue) in printRight() 738 FunctionRefQual RefQual; variable 748 CVQuals(CVQuals_), RefQual(RefQual_) {} in FunctionEncoding() 751 F(Ret, Name, Params, Attrs, CVQuals, RefQual); in match() 755 FunctionRefQual getRefQual() const { return RefQual; } in getRefQual() 787 if (RefQual == FrefQualLValue) in printRight() [all …]
|