Searched refs:RefQual (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 670 FunctionRefQual RefQual; variable 679 Ret(Ret_), Params(Params_), CVQuals(CVQuals_), RefQual(RefQual_), in FunctionType() 683 F(Ret, Params, CVQuals, RefQual, ExceptionSpec); in match() 714 if (RefQual == FrefQualLValue) in printRight() 716 else if (RefQual == FrefQualRValue) in printRight() 761 FunctionRefQual RefQual; variable 771 CVQuals(CVQuals_), RefQual(RefQual_) {} in FunctionEncoding() 774 F(Ret, Name, Params, Attrs, CVQuals, RefQual); in match() 778 FunctionRefQual getRefQual() const { return RefQual; } in getRefQual() 810 if (RefQual == FrefQualLValue) in printRight() [all …]
|