Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp374 W->printNumber("IsThisPtr&&", Ptr.isRValueReferenceThisPtr()); in visitKnownRecord()
H A DTypeRecordMapping.cpp409 if (Record.isRValueReferenceThisPtr()) in visitKnownRecord()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h344 bool isRValueReferenceThisPtr() const { in isRValueReferenceThisPtr() function