Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDemangledNameInfo.cpp199 if (CVQuals & QualRestrict) in printRightImpl()
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp140 {QualRestrict, "QualRestrict"}, in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h430 QualRestrict = 0x4, enumerator
447 if (Quals & QualRestrict) in printQuals()
880 if (CVQuals & QualRestrict) in printRight()
1009 if (CVQuals & QualRestrict) in printRight()
4718 CVR |= QualRestrict; in parseCVQualifiers()