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

  /external/lldb/source/Plugins/ABI/SysV-x86_64/
ABISysV_x86_64.cpp     [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntime.cpp 110 ClangASTType return_clang_type = ast_context->GetCStringType(true); local
112 // ret.SetContext(Value::eContextTypeClangType, return_clang_type);
113 ret.SetClangType (return_clang_type);
131 return_clang_type,
  /external/lldb/source/Target/
ThreadPlanStepOut.cpp 467 ClangASTType return_clang_type = m_immediate_step_from_function->GetClangType().GetFunctionReturnType(); local
468 if (return_clang_type)
472 m_return_valobj_sp = abi_sp->GetReturnValueObject(m_thread, return_clang_type);
  /external/lldb/source/API/
SBType.cpp 221 ClangASTType return_clang_type (m_opaque_sp->GetClangASTType().GetFunctionReturnType());
222 if (return_clang_type.IsValid())
223 return SBType(return_clang_type);
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp 6470 ClangASTType return_clang_type; local
    [all...]

Completed in 104 milliseconds