Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h186 bool *is_rvalue = nullptr) const;
H A DTypeSystem.h491 CompilerType *pointee_type, bool *is_rvalue) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp224 bool *is_rvalue) const { in IsReferenceType()
227 return type_system_sp->IsReferenceType(m_type, pointee_type, is_rvalue); in IsReferenceType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h719 CompilerType *pointee_type, bool *is_rvalue) override;
H A DTypeSystemClang.cpp3370 bool *is_rvalue) { in IsReferenceType() argument
3382 if (is_rvalue) in IsReferenceType()
3383 *is_rvalue = false; in IsReferenceType()
3391 if (is_rvalue) in IsReferenceType()
3392 *is_rvalue = true; in IsReferenceType()