Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp204 bool *is_rvalue) const { in IsReferenceType()
207 return type_system_sp->IsReferenceType(m_type, pointee_type, is_rvalue); in IsReferenceType()
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h191 bool *is_rvalue = nullptr) const;
H A DTypeSystem.h472 CompilerType *pointee_type, bool *is_rvalue) = 0;
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h637 CompilerType *pointee_type, bool *is_rvalue) override;
H A DTypeSystemClang.cpp3415 bool *is_rvalue) { in IsReferenceType() argument
3427 if (is_rvalue) in IsReferenceType()
3428 *is_rvalue = false; in IsReferenceType()
3436 if (is_rvalue) in IsReferenceType()
3437 *is_rvalue = true; in IsReferenceType()