Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp373 W->printNumber("IsThisPtr&&", Ptr.isRValueReferenceThisPtr()); in visitKnownRecord()
H A DTypeRecordMapping.cpp389 if (Record.isRValueReferenceThisPtr()) in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h343 bool isRValueReferenceThisPtr() const { in isRValueReferenceThisPtr() function