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

  /external/lldb/source/Plugins/Process/Utility/
InferiorCallPOSIX.cpp 78 ClangASTContext *clang_ast_context = process->GetTarget().GetScratchClangASTContext(); local
79 ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
224 ClangASTContext *clang_ast_context = process->GetTarget().GetScratchClangASTContext(); local
225 ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTrampolineHandler.cpp 512 ClangASTContext *clang_ast_context = process->GetTarget().GetScratchClangASTContext(); local
787 ClangASTContext *clang_ast_context = thread.GetProcess()->GetTarget().GetScratchClangASTContext(); local
887 ClangASTContext *clang_ast_context = target_sp->GetScratchClangASTContext(); local
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp 624 ClangASTContext *clang_ast_context = process->GetTarget().GetScratchClangASTContext(); local
628 ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
629 ClangASTType clang_uint32_type = clang_ast_context->GetBuiltinTypeForEncodingAndBitSize(lldb::eEncodingUint, 32);
    [all...]
  /external/lldb/source/Expression/
ClangUserExpression.cpp 99 ClangASTContext *clang_ast_context = m_target->GetScratchClangASTContext(); local
101 if (!clang_ast_context)
    [all...]

Completed in 290 milliseconds