Searched refs:TypeFromUser (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionVariable.cpp | 52 const TypeFromUser &user_type, lldb::ByteOrder byte_order, in ClangExpressionVariable() 63 TypeFromUser ClangExpressionVariable::GetTypeFromUser() { in GetTypeFromUser() 64 TypeFromUser tfu(m_frozen_sp->GetCompilerType()); in GetTypeFromUser()
|
| H A D | ClangExpressionDeclMap.h | 367 TypeFromUser m_object_pointer_type; ///< The type of the "this" variable, if 532 TypeFromUser *found_type = nullptr, 597 void AddOneType(NameSearchContext &context, const TypeFromUser &type); 611 const TypeFromUser &type); 625 TypeFromUser DeportType(TypeSystemClang &target, TypeSystemClang &source,
|
| H A D | ClangExpressionDeclMap.cpp | 267 TypeFromUser user_type = DeportType(*context, *ast, parser_type); in AddPersistentVariable() 778 TypeFromUser(ctx_obj_ptr->GetCompilerType()); in LookUpLldbClass() 807 TypeFromUser class_user_type(class_qual_type.getAsOpaquePtr(), in LookUpLldbClass() 849 TypeFromUser pointee_type = in LookUpLldbClass() 875 TypeFromUser(ctx_obj_ptr->GetCompilerType()); in LookUpLldbObjCClass() 937 TypeFromUser self_user_type(class_type.getAsOpaquePtr(), in LookUpLldbObjCClass() 982 TypeFromUser class_user_type(self_clang_type); in LookUpLldbObjCClass() 986 TypeFromUser self_user_type(self_type->GetFullCompilerType()); in LookUpLldbObjCClass() 1538 *user_type = TypeFromUser(var_clang_type); in GetVariableValue() 1550 TypeFromUser ut; in AddOneVariable() [all …]
|
| H A D | ClangExpressionVariable.h | 72 const TypeFromUser &user_type, 192 TypeFromUser GetTypeFromUser();
|
| H A D | ClangASTSource.cpp | 364 TypeFromUser complete_type = in GetCompleteObjCInterface() 365 TypeFromUser(complete_type_sp->GetFullCompilerType()); in GetCompleteObjCInterface()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ThreadPlanTracer.h | 84 TypeFromUser GetIntPointerType(); 87 TypeFromUser m_intptr_type;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanTracer.cpp | 103 TypeFromUser ThreadPlanAssemblyTracer::GetIntPointerType() { in GetIntPointerType() 114 m_intptr_type = TypeFromUser( in GetIntPointerType() 186 TypeFromUser intptr_type = GetIntPointerType(); in Log()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | TaggedASTType.h | 40 typedef TaggedASTType<1> TypeFromUser; typedef
|