Lines Matching refs:CompilerDeclContext
1268 void SymbolFileDWARF::ParseDeclsForContext(CompilerDeclContext decl_ctx) { in ParseDeclsForContext()
1344 CompilerDeclContext
1354 return CompilerDeclContext(); in GetDeclContextForUID()
1357 CompilerDeclContext
1365 return CompilerDeclContext(); in GetDeclContextContainingUID()
1999 const lldb_private::CompilerDeclContext &decl_ctx) { in DeclContextMatchesThisSymbolFile()
2031 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables()
2078 CompilerDeclContext actual_parent_decl_ctx = in FindGlobalVariables()
2201 bool SymbolFileDWARF::DIEInDeclContext(const CompilerDeclContext &decl_ctx, in DIEInDeclContext()
2211 if (CompilerDeclContext actual_decl_ctx = in DIEInDeclContext()
2220 const CompilerDeclContext &parent_decl_ctx, in FindFunctions()
2321 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindTypes()
2441 CompilerDeclContext
2443 const CompilerDeclContext &parent_decl_ctx) { in FindNamespace()
2453 CompilerDeclContext namespace_decl_ctx; in FindNamespace()
3847 CompilerDeclContext SymbolFileDWARF::GetDeclContext(const DWARFDIE &die) { in GetDeclContext()
3850 return CompilerDeclContext(); in GetDeclContext()
3853 CompilerDeclContext
3857 return CompilerDeclContext(); in GetContainingDeclContext()