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

  /external/lldb/source/Plugins/Process/Utility/
InferiorCallPOSIX.cpp 79 ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); local
83 clang_void_ptr_type,
225 ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); local
229 clang_void_ptr_type,
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTrampolineHandler.cpp 515 ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); local
788 ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); local
890 ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); local
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp 628 ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); local
635 input_value.SetClangType (clang_void_ptr_type);
636 // input_value.SetContext (Value::eContextTypeClangType, clang_void_ptr_type);
    [all...]

Completed in 653 milliseconds