Searched refs:TypeFromUser (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionVariable.cpp | 51 const TypeFromUser &user_type, lldb::ByteOrder byte_order, in ClangExpressionVariable() 61 TypeFromUser ClangExpressionVariable::GetTypeFromUser() { in GetTypeFromUser() 62 TypeFromUser tfu(m_frozen_sp->GetCompilerType()); in GetTypeFromUser()
|
| H A D | ClangExpressionDeclMap.h | 531 TypeFromUser *found_type = nullptr, 627 void AddOneType(NameSearchContext &context, const TypeFromUser &type); 641 const TypeFromUser &type); 655 TypeFromUser DeportType(TypeSystemClang &target, TypeSystemClang &source,
|
| H A D | ClangExpressionDeclMap.cpp | 204 TypeFromUser ClangExpressionDeclMap::DeportType(TypeSystemClang &target, in DeportType() 212 return TypeFromUser(m_ast_importer_sp->DeportType(target, parser_type)); in DeportType() 247 TypeFromUser user_type = DeportType(*clang_ast_context, *ast, parser_type); in AddPersistentVariable() 285 TypeFromUser user_type = DeportType(*context, *ast, parser_type); in AddPersistentVariable() 793 AddContextClassType(context, TypeFromUser(m_ctx_obj->GetCompilerType())); in LookUpLldbClass() 827 TypeFromUser pointee_type = in LookUpLldbClass() 843 TypeFromUser class_user_type( in LookUpLldbClass() 874 TypeFromUser pointee_type = in LookUpLldbClass() 895 AddOneType(context, TypeFromUser(m_ctx_obj->GetCompilerType())); in LookUpLldbObjCClass() 933 TypeFromUser class_user_type( in LookUpLldbObjCClass() [all …]
|
| H A D | ClangExpressionVariable.h | 76 const TypeFromUser &user_type, 202 TypeFromUser GetTypeFromUser();
|
| H A D | ClangASTSource.cpp | 346 TypeFromUser complete_type = in GetCompleteObjCInterface() 347 TypeFromUser(complete_type_sp->GetFullCompilerType()); in GetCompleteObjCInterface()
|
| /src/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ThreadPlanTracer.h | 84 TypeFromUser GetIntPointerType(); 87 TypeFromUser m_intptr_type;
|
| /src/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanTracer.cpp | 103 TypeFromUser ThreadPlanAssemblyTracer::GetIntPointerType() { in GetIntPointerType() 114 m_intptr_type = TypeFromUser(ts->GetBuiltinTypeForEncodingAndBitSize( in GetIntPointerType() 186 TypeFromUser intptr_type = GetIntPointerType(); in Log()
|
| /src/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | TaggedASTType.h | 41 typedef TaggedASTType<1> TypeFromUser; typedef
|