Lines Matching refs:CompilerDeclContext
151 CompilerDeclContext GetDeclContextForUID(lldb::user_id_t uid) override;
153 CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) override;
158 void ParseDeclsForContext(CompilerDeclContext decl_ctx) override;
171 const CompilerDeclContext &parent_decl_ctx,
179 const CompilerDeclContext &parent_decl_ctx,
198 CompilerDeclContext FindNamespace(ConstString name,
199 const CompilerDeclContext &parent_decl_ctx,
253 static bool DIEInDeclContext(const CompilerDeclContext &parent_decl_ctx,
282 static CompilerDeclContext GetDeclContext(const DWARFDIE &die);
284 static CompilerDeclContext GetContainingDeclContext(const DWARFDIE &die);
370 bool DeclContextMatchesThisSymbolFile(const CompilerDeclContext &decl_ctx);