Home
last modified time | relevance | path

Searched refs:RefQual (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h804 FunctionRefQual RefQual; variable
813 Ret(Ret_), Params(Params_), CVQuals(CVQuals_), RefQual(RefQual_), in FunctionType()
817 F(Ret, Params, CVQuals, RefQual, ExceptionSpec); in match()
848 if (RefQual == FrefQualLValue) in printRight()
850 else if (RefQual == FrefQualRValue) in printRight()
924 FunctionRefQual RefQual; variable
934 Requires(Requires_), CVQuals(CVQuals_), RefQual(RefQual_) {} in FunctionEncoding()
937 F(Ret, Name, Params, Attrs, Requires, CVQuals, RefQual); in match()
941 FunctionRefQual getRefQual() const { return RefQual; } in getRefQual()
973 if (RefQual == FrefQualLValue) in printRight()
[all …]