Lines Matching refs:GetTranslationUnitDecl
213 clang::DeclContext &PdbAstBuilder::GetTranslationUnitDecl() { in GetTranslationUnitDecl() function in PdbAstBuilder
214 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()
864 return CreateVariableDecl(PdbSymUid(var_id), sym, GetTranslationUnitDecl()); in GetOrCreateVariableDecl()