Searched refs:GetTranslationUnitDecl (Results 1 – 7 of 7) sorted by relevance
213 clang::DeclContext &PdbAstBuilder::GetTranslationUnitDecl() { in GetTranslationUnitDecl() function in PdbAstBuilder214 return *m_clang.GetTranslationUnitDecl(); in GetTranslationUnitDecl()227 return {m_clang.GetTranslationUnitDecl(), record.UniqueName}; in CreateDeclInfoForType()238 clang::DeclContext *context = m_clang.GetTranslationUnitDecl(); in CreateDeclInfoForType()491 return &GetTranslationUnitDecl(); in GetOrCreateDeclContextForUid()506 clang::DeclContext *context = &GetTranslationUnitDecl(); in CreateDeclInfoForUndecoratedName()547 return &GetTranslationUnitDecl(); in GetParentDeclContextForSymbol()568 clang::DeclContext *context = &GetTranslationUnitDecl(); in GetParentDeclContextForSymbol()596 return &GetTranslationUnitDecl(); in GetParentDeclContext()634 return &GetTranslationUnitDecl(); in GetParentDeclContext()[all …]
59 clang::DeclContext &GetTranslationUnitDecl();
1010 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()1014 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()1018 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()1021 clang::DeclContext *curr_context = m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()
198 type_system, clang_type_system->GetTranslationUnitDecl()); in InitializeObject()
196 static clang::DeclContext *GetTranslationUnitDecl(clang::ASTContext *ast);198 clang::DeclContext *GetTranslationUnitDecl() { in GetTranslationUnitDecl() function199 return GetTranslationUnitDecl(getASTContext()); in GetTranslationUnitDecl()
1616 ignore_containing_context ? m_ast.GetTranslationUnitDecl() in ParseTypeFromDWARF()3674 decl_ctx = m_ast.GetTranslationUnitDecl(); in GetClangDeclContextForDIE()3850 return m_ast.GetTranslationUnitDecl(); in GetClangDeclContextContainingDIE()
1405 ClangASTContext::GetTranslationUnitDecl(clang::ASTContext *ast) { in GetTranslationUnitDecl() function in ClangASTContext1999 (clang::TranslationUnitDecl *)GetTranslationUnitDecl(getASTContext()); in CreateUsingDirectiveDeclaration()9087 Decl *tu = Decl::castFromDeclContext(GetTranslationUnitDecl()); in Dump()