Searched defs:clang_ast_context (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp78 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/Expression/
H A DClangUserExpression.cpp99 ClangASTContext *clang_ast_context = m_target->GetScratchClangASTContext(); local
101 if (!clang_ast_context)
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp512 ClangASTContext *clang_ast_context = process->GetTarget().GetScratchClangASTContext(); local
515 ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
787 ClangASTContext *clang_ast_context = thread.GetProcess()->GetTarget().GetScratchClangASTContext(); local
788 ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
887 ClangASTContext *clang_ast_context = target_sp->GetScratchClangASTContext(); local
890 ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType();
1072 ClangASTType clang_int_type = clang_ast_context->GetBuiltinTypeForEncodingAndBitSize(lldb::eEncodingSint, 32);
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp624 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);

Completed in 358 milliseconds