Searched defs:clang_ast (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Core/
H A DDataExtractor.cpp1753 ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext(); local
1754 if (clang_ast)
1756 clang::ASTContext *ast = clang_ast->getASTContext();
/external/lldb/source/API/
H A DSBTarget.cpp2154 ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext(); local
2155 if (clang_ast)
2156 return SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), const_typename));
2167 ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext(); local
2168 if (clang_ast)
2169 return SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), type));
2234 ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext(); local
2235 if (clang_ast)
2236 sb_type_list.Append (SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), const_typename)));

Completed in 320 milliseconds