Lines Matching refs:GetTranslationUnitDecl
270 lldb_private::CompilerDeclContext PdbAstBuilder::GetTranslationUnitDecl() { in GetTranslationUnitDecl() function in PdbAstBuilder
271 return ToCompilerDeclContext(*m_clang.GetTranslationUnitDecl()); in GetTranslationUnitDecl()
284 return {m_clang.GetTranslationUnitDecl(), std::string(record.UniqueName)}; in CreateDeclInfoForType()
295 clang::DeclContext *context = m_clang.GetTranslationUnitDecl(); in CreateDeclInfoForType()
561 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetOrCreateDeclContextForUid()
578 auto context = FromCompilerDeclContext(GetTranslationUnitDecl()); in CreateDeclInfoForUndecoratedName()
621 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContextForSymbol()
644 auto context = FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContextForSymbol()
672 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContext()
710 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContext()
996 auto context = FromCompilerDeclContext(GetTranslationUnitDecl()); in GetOrCreateVariableDecl()
1252 parent = FromCompilerDeclContext(GetTranslationUnitDecl()); in CreateFunctionDeclFromId()