Home
last modified time | relevance | path

Searched refs:clang_ast_context (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
DInferiorCallPOSIX.cpp78 … ClangASTContext *clang_ast_context = process->GetTarget().GetScratchClangASTContext(); in InferiorCallMmap() local
79 …ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(… in InferiorCallMmap()
224 ClangASTContext *clang_ast_context = process->GetTarget().GetScratchClangASTContext(); in InferiorCall() local
225 …ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(… in InferiorCall()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp512 ClangASTContext *clang_ast_context = process->GetTarget().GetScratchClangASTContext(); in RefreshTrampolines() local
515 …ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(… in RefreshTrampolines()
787 … ClangASTContext *clang_ast_context = thread.GetProcess()->GetTarget().GetScratchClangASTContext(); in SetupDispatchFunction() local
788 …ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(… in SetupDispatchFunction()
887 ClangASTContext *clang_ast_context = target_sp->GetScratchClangASTContext(); in GetStepThroughDispatchPlan() local
890 …ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(… in GetStepThroughDispatchPlan()
1072 …ClangASTType clang_int_type = clang_ast_context->GetBuiltinTypeForEncodingAndBitSize(lldb::eEncodi… in GetStepThroughDispatchPlan()
/external/lldb/source/Expression/
DClangUserExpression.cpp99 ClangASTContext *clang_ast_context = m_target->GetScratchClangASTContext(); in ASTTransformer() local
101 if (!clang_ast_context) in ASTTransformer()
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp624 ClangASTContext *clang_ast_context = process->GetTarget().GetScratchClangASTContext(); in NotifyBreakpointHit() local
628 …ClangASTType clang_void_ptr_type = clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(… in NotifyBreakpointHit()
629 …ClangASTType clang_uint32_type = clang_ast_context->GetBuiltinTypeForEncodingAndBitSize(lldb::eEnc… in NotifyBreakpointHit()