Searched refs:clang_ast (Results 1 – 2 of 2) sorted by relevance
2154 ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext(); in FindFirstType() local2155 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() local2168 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() local2235 if (clang_ast) in FindTypes()2236 …sb_type_list.Append (SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), const_type… in FindTypes()
1753 ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext(); in Dump() local1754 if (clang_ast) in Dump()1756 clang::ASTContext *ast = clang_ast->getASTContext(); in Dump()