Home | History | Annotate | Download | only in API

Lines Matching refs:clang_ast

2154         ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext();
2155 if (clang_ast)
2156 return SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), const_typename));
2167 ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext();
2168 if (clang_ast)
2169 return SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), type));
2234 ClangASTContext *clang_ast = target_sp->GetScratchClangASTContext();
2235 if (clang_ast)
2236 sb_type_list.Append (SBType (ClangASTContext::GetBasicType (clang_ast->getASTContext(), const_typename)));