Home
last modified time | relevance | path

Searched refs:clang_ast (Results 1 – 2 of 2) sorted by relevance

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