Home
last modified time | relevance | path

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

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