Home
last modified time | relevance | path

Searched refs:GetLValueReferenceType (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h320 return type_sp->GetForwardCompilerType().GetLValueReferenceType(); in GetReferenceType()
322 return compiler_type.GetLValueReferenceType(); in GetReferenceType()
H A DCompilerType.h238 CompilerType GetLValueReferenceType() const;
H A DTypeSystem.h255 GetLValueReferenceType(lldb::opaque_compiler_type_t type);
H A DClangASTContext.h706 GetLValueReferenceType(lldb::opaque_compiler_type_t type) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp475 encoding_type->GetForwardCompilerType().GetLValueReferenceType(); in ResolveClangType()
520 m_compiler_type = void_compiler_type.GetLValueReferenceType(); in ResolveClangType()
939 m_dynamic_type.GetLValueReferenceType()); in GetReferenceType()
H A DTypeSystem.cpp67 TypeSystem::GetLValueReferenceType(lldb::opaque_compiler_type_t type) { in GetLValueReferenceType() function in TypeSystem
H A DCompilerType.cpp442 CompilerType CompilerType::GetLValueReferenceType() const { in GetLValueReferenceType() function in CompilerType
444 return m_type_system->GetLValueReferenceType(m_type); in GetLValueReferenceType()
H A DClangASTContext.cpp4903 ClangASTContext::GetLValueReferenceType(lldb::opaque_compiler_type_t type) { in GetLValueReferenceType() function in ClangASTContext
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1694 var_decl = context.AddVarDecl(pt.GetLValueReferenceType()); in AddOneVariable()
1741 context.AddVarDecl(parser_type.GetLValueReferenceType()); in AddOneVariable()
1778 .GetLValueReferenceType()); in AddOneGenericVariable()
1782 .GetLValueReferenceType()); in AddOneGenericVariable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp293 corrected_type = orig_type.GetLValueReferenceType(); in FixUpDynamicType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatManager.cpp209 : deffed_referenced_type.GetLValueReferenceType(); in GetPossibleMatches()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp734 pointer_ast_type = pointer_ast_type.GetLValueReferenceType(); in CreateLLDBTypeFromPDBType()