Searched refs:RefQual (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | DemangledNameInfo.cpp | 191 auto RefQual = N.getRefQual(); in printRightImpl() local 201 if (RefQual == FrefQualLValue) in printRightImpl() 203 else if (RefQual == FrefQualRValue) in printRightImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 839 FunctionRefQual RefQual; variable 848 Ret(Ret_), Params(Params_), CVQuals(CVQuals_), RefQual(RefQual_), in FunctionType() 852 F(Ret, Params, CVQuals, RefQual, ExceptionSpec); in match() 883 if (RefQual == FrefQualLValue) in printRight() 885 else if (RefQual == FrefQualRValue) in printRight() 959 FunctionRefQual RefQual; variable 969 Requires(Requires_), CVQuals(CVQuals_), RefQual(RefQual_) {} in FunctionEncoding() 972 F(Ret, Name, Params, Attrs, Requires, CVQuals, RefQual); in match() 976 FunctionRefQual getRefQual() const { return RefQual; } in getRefQual() 1012 if (RefQual == FrefQualLValue) in printRight() [all …]
|