Searched refs:RefQual (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 803 FunctionRefQual RefQual; variable 812 Ret(Ret_), Params(Params_), CVQuals(CVQuals_), RefQual(RefQual_), in FunctionType() 816 F(Ret, Params, CVQuals, RefQual, ExceptionSpec); in match() 847 if (RefQual == FrefQualLValue) in printRight() 849 else if (RefQual == FrefQualRValue) in printRight() 923 FunctionRefQual RefQual; variable 933 Requires(Requires_), CVQuals(CVQuals_), RefQual(RefQual_) {} in FunctionEncoding() 936 F(Ret, Name, Params, Attrs, Requires, CVQuals, RefQual); in match() 940 FunctionRefQual getRefQual() const { return RefQual; } in getRefQual() 972 if (RefQual == FrefQualLValue) in printRight() [all …]
|