HomeSort by relevance Sort by last modified time
    Searched refs:SetClangType (Results 1 - 25 of 25) sorted by null

  /external/lldb/source/Core/
ValueObjectCast.cpp 58 m_value.SetClangType (cast_type);
103 m_value.SetClangType (clang_type);
ValueObjectConstResult.cpp 97 m_value.SetClangType(clang_type);
148 m_value.SetClangType (clang_type);
194 m_value.SetClangType (clang_type);
ValueObjectMemory.cpp 107 m_value.SetClangType(m_clang_type);
245 value.SetClangType(m_clang_type);
ValueObjectChild.cpp 122 m_value.SetClangType(GetClangType());
ValueObjectDynamicValue.cpp 253 m_value.SetClangType (corrected_type);
Value.cpp 259 Value::SetClangType (const ClangASTType &clang_type)
  /external/lldb/source/Expression/
ClangExpressionVariable.cpp 84 ClangExpressionVariable::SetClangType(const ClangASTType &clang_type)
86 m_frozen_sp->GetValue().SetClangType(clang_type);
ClangExpressionDeclMap.cpp     [all...]
ClangFunction.cpp 466 ret_value.SetClangType(m_function_return_type);
  /external/lldb/include/lldb/Expression/
ClangExpressionVariable.h 223 SetClangType (const ClangASTType &clang_type);
418 var_sp->SetClangType (user_type);
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntime.cpp 101 value.SetClangType (opaque_type);
113 ret.SetClangType (return_clang_type);
AppleObjCRuntimeV2.cpp     [all...]
AppleObjCTrampolineHandler.cpp     [all...]
  /external/lldb/include/lldb/Core/
Value.h 137 SetClangType (const ClangASTType &clang_type);
  /external/lldb/source/Commands/
CommandObjectArgs.cpp 243 value.SetClangType (clang_type);
CommandObjectMemory.cpp 529 clang_ast_type.SetClangType(&tdecl->getASTContext(),(lldb::clang_type_t)tdecl->getTypeForDecl());
    [all...]
  /external/lldb/include/lldb/Symbol/
ClangASTType.h 271 SetClangType (clang::ASTContext *ast, lldb::clang_type_t type)
278 SetClangType (clang::ASTContext *ast, clang::QualType qual_type);
  /external/lldb/source/Symbol/
ClangASTType.cpp 240 element_type_ptr->SetClangType (m_ast, cast<ConstantArrayType>(qual_type)->getElementType());
247 element_type_ptr->SetClangType (m_ast, cast<IncompleteArrayType>(qual_type)->getElementType());
256 element_type_ptr->SetClangType (m_ast, cast<VariableArrayType>(qual_type)->getElementType());
263 element_type_ptr->SetClangType (m_ast, cast<DependentSizedArrayType>(qual_type)->getElementType());
467 pointee_type->SetClangType (m_ast, cast<ObjCObjectPointerType>(qual_type)->getPointeeType());
471 pointee_type->SetClangType (m_ast, cast<BlockPointerType>(qual_type)->getPointeeType());
475 pointee_type->SetClangType (m_ast, cast<PointerType>(qual_type)->getPointeeType());
479 pointee_type->SetClangType (m_ast, cast<MemberPointerType>(qual_type)->getPointeeType());
518 pointee_type->SetClangType(m_ast, cast<ObjCObjectPointerType>(qual_type)->getPointeeType());
522 pointee_type->SetClangType(m_ast, cast<BlockPointerType>(qual_type)->getPointeeType())
    [all...]
  /external/lldb/source/Target/
ThreadPlanTracer.cpp 246 value.SetClangType (intptr_type);
  /external/lldb/source/DataFormatters/
NSDictionary.cpp 54 clang_type.SetClangType(ast, clang::QualType(record_decl->getTypeForDecl(), 0));
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp 631 input_value.SetClangType (clang_uint32_type);
635 input_value.SetClangType (clang_void_ptr_type);
    [all...]
  /external/lldb/source/Plugins/ABI/MacOSX-arm/
ABIMacOSX_arm.cpp     [all...]
  /external/lldb/source/Plugins/ABI/MacOSX-i386/
ABIMacOSX_i386.cpp     [all...]
  /external/lldb/source/Plugins/ABI/SysV-x86_64/
ABISysV_x86_64.cpp     [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp     [all...]

Completed in 363 milliseconds