reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1360 sc_list.GetContextAtIndex(index, sym_ctx); 1362 if (sym_ctx.function) { 1363 CompilerDeclContext decl_ctx = sym_ctx.function->GetDeclContext(); 1372 AddOneFunction(context, sym_ctx.function, nullptr, current_id); 1375 } else if (sym_ctx.symbol) { 1376 if (sym_ctx.symbol->GetType() == eSymbolTypeReExported && target) { 1377 sym_ctx.symbol = sym_ctx.symbol->ResolveReExportedSymbol(*target); 1377 sym_ctx.symbol = sym_ctx.symbol->ResolveReExportedSymbol(*target); 1378 if (sym_ctx.symbol == nullptr) 1382 if (sym_ctx.symbol->IsExternal()) 1383 extern_symbol = sym_ctx.symbol; 1385 non_extern_symbol = sym_ctx.symbol;