Home | History | Annotate | Download | only in DWARF

Lines Matching refs:GetClangASTContext

499             module_sp->GetClangASTContext().RemoveExternalSource ();
519 SymbolFileDWARF::GetClangASTContext ()
522 return m_debug_map_symfile->GetClangASTContext ();
524 ClangASTContext &ast = m_obj_file->GetModule()->GetClangASTContext();
1466 clang::ASTContext *ast = GetClangASTContext().getASTContext();
1468 clang_type = GetClangASTContext().GetBasicType(eBasicTypeVoid);
1551 ClangASTContext &ast = GetClangASTContext();
2013 GetClangASTContext().GetBuiltinTypeForEncodingAndBitSize(eEncodingSint, word_width),
2051 member_clang_type = GetClangASTContext().CreateArrayType(member_array_element_type, 0, false);
2061 GetClangASTContext().SetMetadataAsUserID (field_decl, MakeUserID(die->GetOffset()));
2105 GetClangASTContext().SetMetadataAsUserID (ivar_decl, MakeUserID(die->GetOffset()));
3024 if (namespace_ast == GetClangASTContext().getASTContext())
4080 namespace_decl.SetASTContext (GetClangASTContext().getASTContext());
4282 clang::ParmVarDecl *param_var_decl = GetClangASTContext().CreateParameterDeclaration (name,
4288 GetClangASTContext().SetMetadataAsUserID (param_var_decl, MakeUserID(die->GetOffset()));
4551 namespace_decl = GetClangASTContext().GetUniqueNamespaceDeclaration (namespace_name, containing_decl_ctx);
4559 GetClangASTContext().getASTContext(),
4569 GetClangASTContext().getASTContext(),
4616 m_clang_tu_decl = GetClangASTContext().getASTContext()->getTranslationUnitDecl();
5659 ClangASTContext &ast = GetClangASTContext();
6149 GetClangASTContext().SetMetadata (class_template_decl, metadata);
6150 GetClangASTContext().SetMetadata (class_specialization_decl, metadata);
6562 GetClangASTContext().SetMetadataAsUserID (objc_method_decl, MakeUserID(die->GetOffset()));
6735 GetClangASTContext().SetMetadata (cxx_method_decl, metadata);
6781 clang::FunctionDecl *function_decl = ast.CreateFunctionDeclaration (ignore_containing_context ? GetClangASTContext().GetTranslationUnitDecl() : containing_decl_ctx,
6817 GetClangASTContext().SetMetadata (function_decl, metadata);
7754 ClangASTType clang_type = symbol_file_dwarf->GetClangASTContext().GetTypeForDecl (decl);
7763 ClangASTType clang_type = symbol_file_dwarf->GetClangASTContext().GetTypeForDecl (decl);